Skip to content

Bump actions/checkout from 3 to 4 #38

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #38

Workflow file for this run

name: JRuby Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
env:
BUNDLE_JOBS: 4
BUNDLE_RETRY: 3
CI: true
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: jruby
bundler-cache: true
- name: Run tests
run: |
bundle exec rake test