Update tests.yml
This commit is contained in:
parent
e04c34a06f
commit
df803c5de9
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -64,11 +64,9 @@ 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: |
|
||||||
echo $PWD
|
|
||||||
ls
|
|
||||||
cd /Inkycal
|
cd /Inkycal
|
||||||
ls
|
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
|
pip3 install dotenv
|
||||||
cd inkycal/tests
|
cd inkycal/tests
|
||||||
echo $PWD
|
echo $PWD
|
||||||
wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json
|
wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json
|
||||||
|
Loading…
Reference in New Issue
Block a user