Skip to content

Commit

Permalink
Allow GITHUB_* settings to pass through to tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 1, 2023
1 parent 0e2032c commit 92d2d8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ env:
# Must be "1".
TOX_PARALLEL_NO_SPINNER: 1

# Ensure tests can sense settings about the environment
TOX_OVERRIDE: >-
testenv.pass_env+=GITHUB_*
jobs:
test:
Expand Down

0 comments on commit 92d2d8e

Please sign in to comment.