Skip to content

Bump the ruby group with 3 updates #471

Bump the ruby group with 3 updates

Bump the ruby group with 3 updates #471

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [ main, release/* ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Setup node
uses: actions/setup-node@v4
with:
cache: yarn
- run: yarn install
- name: Run setup
run: |
bin/setup
- name: Run default rake task
run: |
bundle exec rake