Skip to content

Fix #36716 - Add check for missing product-content #1115

Fix #36716 - Add check for missing product-content

Fix #36716 - Add check for missing product-content #1115

Workflow file for this run

name: Ruby Tests
on: pull_request
jobs:
Test_ruby:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version: ['2.7.4', '3.0.2', '3.1.3', '3.2.1']
steps:
- uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: |
bundle exec rake