From f0237391534c29f682dacce8d4384cc05fdb48cd Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 27 May 2024 16:46:48 +0200 Subject: [PATCH] gha: rename CMC key env so test runs --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 19b6c1b..1aec33a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: run: poetry install --no-interaction --no-root - name: Run Pytest env: - COINMARKETCAP_API_KEY: ${{ secrets.COINMARKETCAP_API_KEY }} + TEST_CMC_API_KEY: ${{ secrets.TEST_CMC_API_KEY }} run: | source .venv/bin/activate pytest -vv --cov=./ --cov-report=xml tests/