Skip to content

[pull] main from github:main #444

[pull] main from github:main

[pull] main from github:main #444

Workflow file for this run

name: GitHub Actions CI
on:
push:
branches: master
pull_request:
merge_group:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/[email protected]
- name: Set up Ruby
uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d # v1
with:
bundler-cache: true
- name: Set up Node
uses: actions/[email protected]
- name: Bootstrap
run: script/bootstrap
env:
SKIP_BUNDLER: true
- name: Tests
run: script/test