Skip to content

Commit

Permalink
gha: rename CMC key env so test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed May 27, 2024
1 parent 9473a9b commit f023739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit f023739

Please sign in to comment.