Update tests.yml

This commit is contained in:
Ace
2022-04-14 16:22:27 +02:00
committed by GitHub
parent a5429f82d7
commit 78db81be2e

View File

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