Skip to content

FI-3754 Default suites to use smart v2.0.0 in new metadata #612

FI-3754 Default suites to use smart v2.0.0 in new metadata

FI-3754 Default suites to use smart v2.0.0 in new metadata #612

Workflow file for this run

name: Ruby
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.3.6']
steps:
- uses: actions/checkout@v2
- 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
test:
needs: build
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.3.6']
steps:
- uses: actions/checkout@v2
- 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 rake