Skip to content

Commit

Permalink
fix environment variables in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmizerany committed Nov 30, 2023
1 parent 133d335 commit 97cb84f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Install dependencies
run: |
poetry install
env:
TAP_FLEETIO_API_TOKEN: {{ secrets.TAP_FLEETIO_API_TOKEN }}
TAP_FLEETIO_ACCOUNT_TOKEN: {{ secrets.TAP_FLEETIO_ACCOUNT_TOKEN }}
- name: Test with pytest
run: |
poetry run pytest

0 comments on commit 97cb84f

Please sign in to comment.