Skip to content

Commit

Permalink
Add max-parallel 1 to package test jobs (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-rimmer committed May 18, 2023
1 parent 95e958a commit e7d73ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ env:
jobs:
integration:
strategy:
max-parallel: 1
fail-fast: false # Don't fail one DWH if the others fail
matrix:
warehouse: ["snowflake", "databricks", "bigquery"]
Expand Down Expand Up @@ -93,6 +94,7 @@ jobs:

single-run-different-versions:
strategy:
max-parallel: 1
fail-fast: false # Don't fail one DWH if the others fail
matrix:
warehouse: ["snowflake", "databricks", "bigquery"]
Expand Down

0 comments on commit e7d73ce

Please sign in to comment.