Skip to content

Commit

Permalink
without dbt seed
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Sep 12, 2024
1 parent 3655ace commit 3ed95d5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
DATABRICKS_TEST_SCHEMA: ${{ vars.DATABRICKS_TEST_SCHEMA }}

jobs:
build:
integration-tests:
runs-on: ubuntu-latest

steps:
Expand All @@ -50,11 +50,9 @@ jobs:
- name: Integration Test - Snowflake
run: |
dbt seed --target snowflake
dbt test -s source:* --target snowflake
dbt build --exclude-resource-type seed --target snowflake --vars "
dbt build --target snowflake --vars "
databricks_billing_database: $SNOWFLAKE_TEST_DATABASE
databricks_billing_schema: $SNOWFLAKE_TEST_SCHEMA
"
Expand Down

0 comments on commit 3ed95d5

Please sign in to comment.