Skip to content

Bump @rails/webpacker from 5.2.2 to 5.4.4 in /spec/dummy #19

Bump @rails/webpacker from 5.2.2 to 5.4.4 in /spec/dummy

Bump @rails/webpacker from 5.2.2 to 5.4.4 in /spec/dummy #19

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