We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27a599 commit 91e0c15Copy full SHA for 91e0c15
.github/workflows/test-warehouse.yml
@@ -53,7 +53,7 @@ env:
53
jobs:
54
test:
55
runs-on: ubuntu-latest
56
- environment: dwh_tests # This is a github environment (not to be confused with env vars)
+ environment: elementary_test_env # This is a github environment (not to be confused with env vars)
57
concurrency:
58
# This is what eventually defines the schema name in the data platform.
59
group: tests_${{ inputs.warehouse-type }}_dbt_${{ inputs.dbt-version }}_${{ github.head_ref || github.ref_name }}
0 commit comments