Skip to content

Commit b997376

Browse files
committed
env vars
1 parent 66b5c77 commit b997376

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test_on_pr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,7 @@ jobs:
2929
run: |
3030
env PYTHONPATH=./ pytest tests/unit
3131
env PYTHONPATH=./ pytest tests/integration
32-
32+
env:
33+
PYTHONPATH: ./
34+
API_KEY: ${{ secrets.API_KEY }}
35+
BASE_URL: ${{ secrets.BASE_URL }}

0 commit comments

Comments
 (0)