Skip to content

Commit

Permalink
fix(ci): do not fail fast for matrix runs (datahub-project#7132)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored and Oleg Ruban committed Feb 28, 2023
1 parent 9f116df commit a5168d1
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 a5168d1

Please sign in to comment.