Skip to content

Commit 07616a4

Browse files
committed
Passed the token env vars to the test runner to that integration tests may run
1 parent ae96bd9 commit 07616a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ jobs:
3232

3333
- name: Run Tests
3434
run: poetry run pytest
35+
env:
36+
BASE_URL: ${{ secrets.BASE_URL }}
37+
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}

0 commit comments

Comments
 (0)