Update tests.yml
This commit is contained in:
parent
fb8e448f5c
commit
c19cbf733f
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -29,14 +29,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -e ./
|
pip install -e ./
|
||||||
cd inkycal/modules && ls -al
|
# cd inkycal/modules && ls -al
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
OPENWEATHERMAP_API_KEY: secrets.OPENWEATHERMAP_API_KEY
|
OPENWEATHERMAP_API_KEY: secrets.OPENWEATHERMAP_API_KEY
|
||||||
|
|
||||||
run: |
|
run: |
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user