Skip to content

feat: Sync data with commerceguys repository (v2.2.2) #80

feat: Sync data with commerceguys repository (v2.2.2)

feat: Sync data with commerceguys repository (v2.2.2) #80

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ["3.3", "3.2", "3.1", "3.0"]
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle install
- run: bundle exec rake standard
- run: bundle exec rake test