Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Add fail fast to let all warehouses run (snowplow#67)
Browse files Browse the repository at this point in the history
* Add fail fast to let all warehouses run (purposeful fail)

* Undo purposeful break
  • Loading branch information
rlh1994 authored and jedichien committed Jul 2, 2024
1 parent c5bea5a commit c821e23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
# Run tests from integration_tests sub dir
working-directory: ./integration_tests
strategy:
fail-fast: false
matrix:
dbt_version: ["1.*"]
warehouse: ["postgres", "bigquery", "snowflake", "databricks", "redshift"] # TODO: Add RS self-hosted runner
Expand Down

0 comments on commit c821e23

Please sign in to comment.