Update tests.yml
This commit is contained in:
parent
5686af7ca0
commit
bdd966ae5d
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -33,12 +33,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup test environment
|
- name: Setup test environment
|
||||||
run: |
|
run: |
|
||||||
cd inkycal/modules && ls -al
|
cd inkycal/tests
|
||||||
cd ..
|
|
||||||
cd tests
|
|
||||||
echo "${{ secrets.ENV_FILE }}" > .env
|
echo "${{ secrets.ENV_FILE }}" > .env
|
||||||
wget https://raw.githubusercontent.com/aceisace/Inkycal/assets/tests/settings.json
|
|
||||||
|
|
||||||
- name: Run unittests
|
- name: Run unittests
|
||||||
run: |
|
run: |
|
||||||
|
wget https://raw.githubusercontent.com/aceisace/Inkycal/assets/tests/settings.json
|
||||||
for f in *.py; do python3 "$f"; done
|
for f in *.py; do python3 "$f"; done
|
||||||
|
Loading…
Reference in New Issue
Block a user