From e04c34a06f79da0b0d58d3770a18bca0dabcf548 Mon Sep 17 00:00:00 2001 From: Ace Date: Sun, 23 Jul 2023 03:39:26 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 166f1db..9d23edc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -64,8 +64,13 @@ jobs: image_additional_mb: 2000 # enlarge free space to 2 GB # Set the commands to run the tests commands: | - source venv/bin/activate + echo $PWD + ls + cd /Inkycal + ls + . venv/bin/activate cd inkycal/tests + echo $PWD wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json for f in *.py; do python3 "$f"; done