Skip to content

Merge pull request #51 from komoju/dependabot/npm_and_yarn/js/vue-3.5.13 #21

Merge pull request #51 from komoju/dependabot/npm_and_yarn/js/vue-3.5.13

Merge pull request #51 from komoju/dependabot/npm_and_yarn/js/vue-3.5.13 #21

Workflow file for this run

name: Ruby
on: [push]
jobs:
rspec:
runs-on: ubuntu-latest
name: Run rspec
permissions: write-all
strategy:
fail-fast: false
matrix:
ruby-version:
- '3.2'
- '3.3'
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rspec