From df9a622d90c85066beb94a5e474a51321085ebd0 Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 3 Jun 2023 20:34:18 +0200 Subject: [PATCH] test V.III --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 494250b..476e323 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: - name: Create Archive run: | - tar -czf workspace.tar.gz Inkycal + tar -czf workspace.tar.gz . - name: Save Workspace Archive uses: actions/upload-artifact@v2 @@ -63,7 +63,7 @@ jobs: TODOIST_API_KEY: ${{ secrets.TODOIST_API_KEY }} run: | source venv/bin/activate - cd Inkycal/tests + cd inkycal/tests wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json for f in *.py; do python3 "$f"; done