Skip to content

Commit

Permalink
Add continue-on-error flag for macOS on test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Jan 15, 2024
1 parent 09248d9 commit 9f2836f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
name: ${{ inputs.openapi }}.${{ inputs.format }} (${{ inputs.version }}) ${{ inputs.os }}
runs-on: ${{ inputs.os }}
timeout-minutes: 10
continue-on-error: ${{ inputs.os == 'macos-latest' }}

strategy:
matrix:
Expand Down

0 comments on commit 9f2836f

Please sign in to comment.