Update tests.yml

This commit is contained in:
Ace 2023-01-11 22:27:51 +01:00 committed by GitHub
parent 5686af7ca0
commit bdd966ae5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,12 +33,10 @@ jobs:
- name: Setup test environment
run: |
cd inkycal/modules && ls -al
cd ..
cd tests
cd inkycal/tests
echo "${{ secrets.ENV_FILE }}" > .env
wget https://raw.githubusercontent.com/aceisace/Inkycal/assets/tests/settings.json
- name: Run unittests
run: |
wget https://raw.githubusercontent.com/aceisace/Inkycal/assets/tests/settings.json
for f in *.py; do python3 "$f"; done