Update tests.yml
This commit is contained in:
parent
86cbcab3b1
commit
7c521c1982
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -32,6 +32,8 @@ jobs:
|
|||||||
echo "$PWD"
|
echo "$PWD"
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -e ./
|
pip install -e ./
|
||||||
|
cd inkycal/modules && ls -al
|
||||||
|
cd ..
|
||||||
cd tests
|
cd tests
|
||||||
wget https://raw.githubusercontent.com/aceisace/Inkycal/assets/tests/settings.json
|
wget https://raw.githubusercontent.com/aceisace/Inkycal/assets/tests/settings.json
|
||||||
# sed -i 's/"api_key":.*/"api_key": "${{secrets.OPENWEATHERMAP_API_KEY}}",/' settings.json
|
# sed -i 's/"api_key":.*/"api_key": "${{secrets.OPENWEATHERMAP_API_KEY}}",/' settings.json
|
||||||
|
Loading…
Reference in New Issue
Block a user