From 602e56531dc82b517f79a0748a760d75e78475b8 Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 11 Jan 2023 22:46:43 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6da8807..a7d7a8d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,13 +31,9 @@ jobs: pip install wheel pip install -e ./ - - name: Setup test environment + - name: Setup test environment and run tests run: | cd inkycal/tests echo "${{ secrets.ENV_FILE }}" > .env - - - 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