Skip to content

Commit

Permalink
Update CI workflow to include new env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
soksamnanglim committed Oct 4, 2023
1 parent ca046c9 commit 2bb40b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,12 @@ jobs:
DBT_TEST_USER_1: dbt_test_user_1
DBT_TEST_USER_2: dbt_test_user_2
DBT_TEST_USER_3: dbt_test_user_3
DBT_TEST_GROUP_1: dbt_test_group_1
DBT_TEST_GROUP_2: dbt_test_group_2
DBT_TEST_GROUP_3: dbt_test_group_3
DBT_TEST_ROLE_1: dbt_test_role_1
DBT_TEST_ROLE_2: dbt_test_role_2
DBT_TEST_ROLE_3: dbt_test_role_3
run: tox -- --ddtrace

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2bb40b8

Please sign in to comment.