Skip to content

Commit

Permalink
Don't stop other jobs if one fails, but fail the tests if any fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwhite committed May 11, 2024
1 parent 75af278 commit 2aa52f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ name: R-CMD-check-release

jobs:
R-CMD-check:
continue-on-error: true
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2aa52f1

Please sign in to comment.