We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2032c commit 92d2d8eCopy full SHA for 92d2d8e
1 file changed
.github/workflows/main.yml
@@ -36,6 +36,10 @@ env:
36
# Must be "1".
37
TOX_PARALLEL_NO_SPINNER: 1
38
39
+ # Ensure tests can sense settings about the environment
40
+ TOX_OVERRIDE: >-
41
+ testenv.pass_env+=GITHUB_*
42
+
43
44
jobs:
45
test:
0 commit comments