Skip to content

Commit

Permalink
CI: fix ergast backend overrides for tests and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
theOehrly committed Jul 25, 2024
1 parent 193afd1 commit fffdf45
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:
types: [ released ]


env:
# Set environment variable with value from configuration variable
FASTF1_DOCS_ERGAST_BACKEND_OVERRIDE: ${{ vars.FASTF1_DOCS_ERGAST_BACKEND_OVERRIDE }}


jobs:
build_docs:
name: Build Documentation
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
pull_request:


env:
# Set environment variable with value from configuration variable
FASTF1_TEST_ERGAST_BACKEND_OVERRIDE: ${{ vars.FASTF1_TEST_ERGAST_BACKEND_OVERRIDE }}


jobs:
run-code-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fffdf45

Please sign in to comment.