Update tests.yml
This commit is contained in:
parent
0729fec933
commit
163945b1a8
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -38,5 +38,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Run unittests
|
- name: Run unittests
|
||||||
run: |
|
run: |
|
||||||
|
cd inkycal/tests
|
||||||
wget https://raw.githubusercontent.com/aceisace/Inkycal/assets/tests/settings.json
|
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