Skip to content

Commit

Permalink
env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ea-rus committed Nov 6, 2024
1 parent 66b5c77 commit b997376
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ jobs:
run: |
env PYTHONPATH=./ pytest tests/unit
env PYTHONPATH=./ pytest tests/integration
env:
PYTHONPATH: ./
API_KEY: ${{ secrets.API_KEY }}
BASE_URL: ${{ secrets.BASE_URL }}

0 comments on commit b997376

Please sign in to comment.