Skip to content

Commit

Permalink
Temporarily allow JRuby builds to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Jul 6, 2024
1 parent aa6ae5c commit 6fc208b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
adapter: sqlite3
asset: sprockets
runs-on: ubuntu-latest
continue-on-error: ${{ startsWith(matrix.ruby, 'jruby') }}
services:
mysql:
image: mysql:8.0
Expand Down

0 comments on commit 6fc208b

Please # to comment.