From bdd966ae5d739cb9b4ecd8e16d24283896a1f788 Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 11 Jan 2023 22:27:51 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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