Update tests.yml

This commit is contained in:
Ace 2022-09-08 22:29:49 +02:00 committed by GitHub
parent fb8e448f5c
commit c19cbf733f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,14 +29,14 @@ jobs:
run: |
pip install wheel
pip install -e ./
cd inkycal/modules && ls -al
# cd inkycal/modules && ls -al
- name: Run tests
env:
OPENWEATHERMAP_API_KEY: secrets.OPENWEATHERMAP_API_KEY
run: |
cd ..
#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