diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d119bc1..b259beb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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