Update tests.yml

This commit is contained in:
Ace
2023-01-11 22:38:52 +01:00
committed by GitHub
parent 0729fec933
commit 163945b1a8

View File

@@ -38,5 +38,6 @@ jobs:
- name: Run unittests
run: |
cd inkycal/tests
wget https://raw.githubusercontent.com/aceisace/Inkycal/assets/tests/settings.json
for f in *.py; do python3 "$f"; done