Skip to content

Commit 91e0c15

Browse files
committed
rename environment
1 parent a27a599 commit 91e0c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-warehouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ env:
5353
jobs:
5454
test:
5555
runs-on: ubuntu-latest
56-
environment: dwh_tests # This is a github environment (not to be confused with env vars)
56+
environment: elementary_test_env # This is a github environment (not to be confused with env vars)
5757
concurrency:
5858
# This is what eventually defines the schema name in the data platform.
5959
group: tests_${{ inputs.warehouse-type }}_dbt_${{ inputs.dbt-version }}_${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)