Skip to content

Commit 23b3fd6

Browse files
committed
set env for integration tests
1 parent f1e7e8d commit 23b3fd6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/integration_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ jobs:
2727
run: poetry install --no-interaction
2828
- name: Run integration tests
2929
run: poetry run pytest integration_tests -v
30+
env:
31+
TASKBADGER_ORG: ${{ secrets.TASKBADGER_ORG }}
32+
TASKBADGER_PROJECT: ${{ secrets.TASKBADGER_PROJECT }}
33+
TASKBADGER_API_KEY: ${{ secrets.TASKBADGER_API_KEY }}

0 commit comments

Comments
 (0)