Update tests.yml
This commit is contained in:
parent
89ba76eb7d
commit
44a037d24e
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -33,6 +33,6 @@ jobs:
|
||||
cd ..
|
||||
cd tests
|
||||
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
|
||||
sed -i 's/secret_key =.*/secret_key = "${{secrets.OPENWEATHERMAP_API_KEY}}"/' inkycal_weather_test.py
|
||||
for f in *.py; do python3 "$f"; done
|
||||
|
Loading…
Reference in New Issue
Block a user