Skip to content

Commit

Permalink
expose maxar api token to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Sep 26, 2024
1 parent bb87b99 commit b8cb42c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
run: python -m pip install .[dev]

- name: Test package
env:
MAXAR_API_KEY: ${{ secrets.MAXAR_API_KEY}}
run: >-
python -m pytest -ra --cov --cov-report=xml --cov-report=term
--durations=20
Expand Down

0 comments on commit b8cb42c

Please sign in to comment.