Skip to content

Bump ruby/setup-ruby from 1.199.0 to 1.200.0 in the github-actions group #12

Bump ruby/setup-ruby from 1.199.0 to 1.200.0 in the github-actions group

Bump ruby/setup-ruby from 1.199.0 to 1.200.0 in the github-actions group #12

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@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed # [email protected]
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: test
run: script/test -d -k