From 7c521c1982b92e6753091098c6df8a51c42eabfb Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 8 Sep 2022 22:43:20 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e27c075..526280a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,6 +32,8 @@ jobs: echo "$PWD" pip install wheel pip install -e ./ + cd inkycal/modules && ls -al + 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