Skip to content

Commit

Permalink
github-workflows: ignore jruby errors
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Apr 8, 2024
1 parent ecaa5af commit 4d9e795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
check:
runs-on: ubuntu-latest
container: "${{ matrix.container }}"
continue-on-error: ${{ startsWith(matrix.container, 'jruby:') }}
strategy:
matrix:
container:
Expand Down

0 comments on commit 4d9e795

Please sign in to comment.