Skip to content

Commit

Permalink
fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
rnoxy committed Nov 14, 2023
1 parent 74013c6 commit 36180b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-kedro-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
name: "Test kedro new"
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
directory: ["mini-poetry"]
starter: [".", "https://github.com/rnoxy/kedro-starters"]
Expand Down Expand Up @@ -81,6 +82,7 @@ jobs:
name: "Test project build"
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
directory: ["mini-poetry"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
Expand Down

0 comments on commit 36180b6

Please sign in to comment.