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 }}