Skip to content

Update after_persist.md #43

Update after_persist.md

Update after_persist.md #43

Workflow file for this run

name: JRuby Build
on:
push:
branches:
- master
pull_request:
jobs:
rspec-jruby:
runs-on: ubuntu-latest
env:
BUNDLE_JOBS: 4
BUNDLE_RETRY: 3
BUNDLE_GEMFILE: gemfiles/jruby.gemfile
CI: true
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: jruby
bundler-cache: true
- name: Run RSpec
run: |
bundle exec rspec --force-color