Skip to content

Ruby 3.2 multistage #275

Ruby 3.2 multistage

Ruby 3.2 multistage #275

Workflow file for this run

name: Ruby and Node
on:
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
- name: Set up Ruby
uses: ruby/setup-ruby@22fdc77bf4148f810455b226c90fb81b5cbc00a7
with:
ruby-version: '3.2'
- name: Set up Node
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
with:
node-version: '20'
- name: Build and test
run: |
bundle install --without development
yarn install
bundle exec rake