From ebf8683626dfadd4a471f889abb9e81ed338dd84 Mon Sep 17 00:00:00 2001 From: Nigel van Keulen Date: Sun, 7 Apr 2024 00:32:50 +0200 Subject: [PATCH] actions for testing --- .github/workflows/main.yml | 18 ++++++++++++++++++ requirements.txt | Bin 0 -> 1512 bytes 2 files changed, 18 insertions(+) create mode 100644 .github/workflows/main.yml create mode 100644 requirements.txt diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..8beec50 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,18 @@ +name: test_wagtail_fedit +on: [pull_request, push] +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: '3.11.6' + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install -r requirements.txt + - name: Run tests + run: | + python wagtail_fedit/test/manage.py test diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..8dad3d3a7213c13754f0f06fdebbc69ddc2751f6 GIT binary patch literal 1512 zcmaKsOOMk)5QOK9#D75Ih?3nnZ={ttaOTQ!<#lYwi{pgYOS1fU;H&OT>_{tQ`H`8L z>gww5{QZ-LCcK6;v>^)>*8|sm7>6l$65fY*wpX%q40$MQUwbR=iS0kJo`#pufhl;` zaP4^?!pzV!Lnb_@hR?tsFKCaK5HSI*h%sswwy+-I%E69Mx#!o8wVF7;jYC?crPsP) zT^e+16VBjk)1Zu&+^+a*c!sA5C7j}zvm?aJ^lb*aBiJf9x@)||qRrnx?qE~=8YgSh z(4Shs?%Ch6AB=ZLjFzi{p)uvfCENC@-j&~;?#QC#s?ayg<87?!mj|!b5v4jI&wF2n z>_WHj7Py|`V;)YX>4%+@;}i2O#uBOk|IDco=ri?K#d;5-%lGD;SJf-z9_Pk9F=o|6 zy%%>ndQ@IXvk>YNM{J3pD$ltqvWp1URgq_dGObGU!dPoKR;+8)drzERpBl6}bm)BS zo4sjhc)pUKca}R5yY_&Fnrn|+t|ZQqs~zq?(&0IHpDE!c=!)!Vh?sa(~2l=FmO|S8lgYTa>Tf&lpaG%|o=(9TP!=>{-p}0lG=Wxg6)9~f; z-r~{|tQi&AvHK0a($s5?*Hr(GN)2N@QV;!iXr{(jwmFkB1GmD7l&=Zzj9(eo5}pmu zl;?u)CF=#uYr_=$&iP*BZUQC)GYcPC)8sz