From 9e47dd0c4b729da6c85d065f01dc5a0ea464fa20 Mon Sep 17 00:00:00 2001 From: Game_Time <108236317+RayBytes@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:29:50 +0500 Subject: [PATCH] Update tests.yml to make it WORK --- .github/workflows/tests.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 80310ba..f35803d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,8 +19,11 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - - - name: Start API server + + - name: Start API server & set ENV + env: + MONGO_URI: ${{ secrets.MONGO_URI }} + TEST_NOVA_KEY: ${{ secrets.NOVA_KEY }} run: | python run