From 24e3f9f2fd77525fffd12634a89ab77363fd9e25 Mon Sep 17 00:00:00 2001 From: Game_Time <108236317+RayBytes@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:48:05 +0500 Subject: [PATCH] Closes #8 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b884031..ccd7e5d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt - - name: Start API server & set ENV + - name: Start API server env: MONGO_URI: ${{ secrets.MONGO_URI }} TEST_NOVA_KEY: ${{ secrets.NOVA_KEY }}