Update tests.yml

This commit is contained in:
Ace 2022-04-14 16:32:24 +02:00 committed by GitHub
parent 129f789a26
commit 801e959af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,5 +36,5 @@ jobs:
cd inkycal/modules && ls -al cd inkycal/modules && ls -al
cd .. cd ..
cd tests cd tests
sed -i '' 's/secret_key =.*/secret_key = "${{secrets.OPENWEATHERMAP_API_KEY}}"/' inkycal_weather_test.py sed -i 's/ecret_key =.*/secret_key = "${{secrets.OPENWEATHERMAP_API_KEY}}"/' inkycal_weather_test.py
for f in *.py; do python3 "$f"; done for f in *.py; do python3 "$f"; done