Update tests.yml
This commit is contained in:
parent
321784b368
commit
5ffdb9f90e
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -36,5 +36,5 @@ jobs:
|
|||||||
cd ..
|
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
|
||||||
for f in *.py; do python3 "$f"; done
|
for f in *.py; do python3 "$f"; done
|
||||||
|
Loading…
Reference in New Issue
Block a user