Update tests.yml
This commit is contained in:
parent
ae7ca90ffd
commit
e04c34a06f
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@ -64,8 +64,13 @@ jobs:
|
|||||||
image_additional_mb: 2000 # enlarge free space to 2 GB
|
image_additional_mb: 2000 # enlarge free space to 2 GB
|
||||||
# Set the commands to run the tests
|
# Set the commands to run the tests
|
||||||
commands: |
|
commands: |
|
||||||
source venv/bin/activate
|
echo $PWD
|
||||||
|
ls
|
||||||
|
cd /Inkycal
|
||||||
|
ls
|
||||||
|
. venv/bin/activate
|
||||||
cd inkycal/tests
|
cd inkycal/tests
|
||||||
|
echo $PWD
|
||||||
wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json
|
wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json
|
||||||
for f in *.py; do python3 "$f"; done
|
for f in *.py; do python3 "$f"; done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user