Skip to content

Commit

Permalink
style(integration_tests.yml): correct indentation for better readabil…
Browse files Browse the repository at this point in the history
…ity and code consistency
  • Loading branch information
arthurcerqueiraindicium committed Apr 11, 2024
1 parent 20bc35d commit cce0d93
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
- name: Integration Test - Snowflake
run: |
cd integration_tests
dbt build --target snowflake --vars "
databricks_billing_database: $SNOWFLAKE_TEST_DATABASE
databricks_billing_schema: $SNOWFLAKE_TEST_SCHEMA
seeds:
databricks_billing:
+database: $SNOWFLAKE_TEST_DATABASE
+schema: $SNOWFLAKE_TEST_SCHEMA
"
cd integration_tests
dbt build --target snowflake --vars "
databricks_billing_database: $SNOWFLAKE_TEST_DATABASE
databricks_billing_schema: $SNOWFLAKE_TEST_SCHEMA
seeds:
databricks_billing:
+database: $SNOWFLAKE_TEST_DATABASE
+schema: $SNOWFLAKE_TEST_SCHEMA
"

0 comments on commit cce0d93

Please sign in to comment.