Skip to content

Commit 92d2d8e

Browse files
committed
Allow GITHUB_* settings to pass through to tests.
1 parent 0e2032c commit 92d2d8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ env:
3636
# Must be "1".
3737
TOX_PARALLEL_NO_SPINNER: 1
3838

39+
# Ensure tests can sense settings about the environment
40+
TOX_OVERRIDE: >-
41+
testenv.pass_env+=GITHUB_*
42+
3943
4044
jobs:
4145
test:

0 commit comments

Comments
 (0)