Skip to content

Commit

Permalink
Add environment variables to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbooke4 committed Nov 5, 2024
1 parent 561c3e0 commit c32d699
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_unit_tests_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ env:
GA4_CONVERSION_EVENTS: ${{ vars.GA4_CONVERSION_EVENTS }}
GA4_DERIVED_SESSION_PROPERTIES: ${{ vars.GA4_DERIVED_SESSION_PROPERTIES }}
GA4_DERIVED_USER_PROPERTIES: ${{ vars.GA4_DERIVED_USER_PROPERTIES }}
GA4_INCREMENTAL_DAYS: ${{ vars.GA4_INCREMENTAL_DAYS }}
GA4_START_DATE: ${{ vars.GA4_START_DATE }}

jobs:
pytest_run_all:
Expand Down

0 comments on commit c32d699

Please sign in to comment.