Skip to content

Commit

Permalink
Ensure that failure for any release will not affect other runs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrisvetlov committed Dec 1, 2023
1 parent 8360234 commit da31f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/setup-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jobs:
my-job:
name: Run MATLAB Tests and Generate Artifacts
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
release: [R2023a, R2023b]
Expand Down

0 comments on commit da31f34

Please sign in to comment.