Skip to content

Commit

Permalink
fix schema var name
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Sep 5, 2024
1 parent 9d54347 commit 09d7aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
name: "Run Tests - BigQuery"
environment:
BIGQUERY_SERVICE_KEY_PATH: "/home/circleci/bigquery-service-key.json"
REDSHIFT_TEST_SCHEMA: codegen_integration_tests_bigquery
BIGQUERY_TEST_SCHEMA: codegen_integration_tests_bigquery

command: |
. dbt_venv/bin/activate
Expand Down

0 comments on commit 09d7aeb

Please sign in to comment.