Skip to content

Commit

Permalink
Instead of using contineu-on-error, use fast-fail on strategy to avoi…
Browse files Browse the repository at this point in the history
…d false reports
  • Loading branch information
socheatsok78 committed Jun 11, 2024
1 parent 1136d8a commit d27696c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/flutter-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
test:
uses: ./.github/workflows/flutter.yml
strategy:
fail-fast: false
matrix:
version:
- latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/flutter-macos-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
test:
uses: ./.github/workflows/flutter.yml
strategy:
fail-fast: false
matrix:
version:
- latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/flutter-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
test:
uses: ./.github/workflows/flutter.yml
strategy:
fail-fast: false
matrix:
version:
- latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/flutter-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
test:
uses: ./.github/workflows/flutter.yml
strategy:
fail-fast: false
matrix:
version:
- latest
Expand Down

0 comments on commit d27696c

Please sign in to comment.