Skip to content

Commit

Permalink
Grantee env vars for GitHub Actions (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Jul 8, 2022
1 parent 86bbe5f commit e55958d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ jobs:
TOXENV: integration-${{ matrix.adapter }}
PYTEST_ADDOPTS: "-v --color=yes -n4 --csv integration_results.csv"
DBT_INVOCATION_ENV: github-actions
DBT_TEST_USER_1: dbt_test_user_1
DBT_TEST_USER_2: dbt_test_user_2
DBT_TEST_USER_3: dbt_test_user_3

steps:
- name: Check out the repository
Expand Down

0 comments on commit e55958d

Please sign in to comment.