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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user