Skip to content

Commit

Permalink
Allow job failure
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Feb 9, 2024
1 parent 8f22039 commit dcc07ec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
matrix: ${{ steps.setup-matrix.outputs.matrix }}
steps:
- uses: druzsan/setup-matrix@feature/use-python-dockerfile
continue-on-error: true
setup-matrix-windows:
runs-on: windows-latest
outputs:
Expand All @@ -49,3 +50,13 @@ jobs:
- uses: druzsan/setup-matrix@feature/use-python-dockerfile
with:
matrix: '{ os: [ubuntu-latest, windows-latest] }'
continue-on-error: true
setup-matrix-macos:
runs-on: macos-latest
outputs:
matrix: ${{ steps.setup-matrix.outputs.matrix }}
steps:
- uses: druzsan/setup-matrix@feature/use-python-dockerfile
with:
matrix: '{ os: [ubuntu-latest, windows-latest] }'
continue-on-error: true

0 comments on commit dcc07ec

Please sign in to comment.