Skip to content

Commit

Permalink
Disable fail-fast in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Sep 12, 2022
1 parent d171e56 commit 190938d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
sdk: [stable, beta, dev]
Expand Down

0 comments on commit 190938d

Please sign in to comment.