Skip to content

Commit

Permalink
fix(ci): do not fail fast for matrix runs (#7132)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Jan 25, 2023
1 parent b84e2ac commit e880f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ concurrency:
jobs:
build:
strategy:
fail-fast: false
matrix:
command:
[
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/metadata-ingestion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
# TODO: Enable this once the test is fixed.
# DATAHUB_LOOKML_GIT_TEST_SSH_KEY: ${{ secrets.DATAHUB_LOOKML_GIT_TEST_SSH_KEY }}
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.10"]
command:
Expand Down

0 comments on commit e880f14

Please sign in to comment.