Skip to content

update all the gems with bundle update #111

update all the gems with bundle update

update all the gems with bundle update #111

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d # pin@v1.218.0
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: test
run: script/test -d -k