-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parameterize acceptance tests for local runs
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ export [email protected] | |
export DBT_CLOUD_TOKEN=<api_token> | ||
export DBT_CLOUD_HOST_URL=https://<api_host>/api | ||
export DBT_CLOUD_GROUP_IDS=1,2,3 | ||
export ACC_TEST_GITHUB_REPO_URL=[email protected]:my-org/dbt-fundamentals.git | ||
export ACC_TEST_GITHUB_REPO_URL=[email protected]:<github-org>/<dbt-project>.git | ||
export ACC_TEST_GITHUB_APP_INSTALLATION_ID=5678 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ DBT_CLOUD_USER_EMAIL=<email_address> | |
DBT_CLOUD_TOKEN=<api_token> | ||
DBT_CLOUD_HOST_URL=https://<host>/api | ||
DBT_CLOUD_GROUP_IDS=1,2,3 | ||
[email protected]:my-org/dbt-fundamentals.git | ||
[email protected]:<github-org>/<dbt-project>.git | ||
ACC_TEST_GITHUB_APP_INSTALLATION_ID=1234 | ||
``` | ||
|
||
|