From d8eb4d52f6cc28425af3cc4f2531ffa5e5e2f82c Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 8 Sep 2022 22:33:48 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 54a5181..3bd9edf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,6 +27,7 @@ jobs: - name: Install dependencies run: | + echo "$PWD" pip install wheel pip install -e ./ # cd inkycal/modules && ls -al @@ -36,7 +37,8 @@ jobs: OPENWEATHERMAP_API_KEY: secrets.OPENWEATHERMAP_API_KEY run: | - #cd .. + echo "$PWD" + # 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