Skip to content

Merge pull request #31 from runwaylab/dependabot/bundler/dev-ruby-dep… #90

Merge pull request #31 from runwaylab/dependabot/bundler/dev-ruby-dep…

Merge pull request #31 from runwaylab/dependabot/bundler/dev-ruby-dep… #90

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