Skip to content

Bump rspec from 3.12.0 to 3.13.0 (#122) #271

Bump rspec from 3.12.0 to 3.13.0 (#122)

Bump rspec from 3.12.0 to 3.13.0 (#122) #271

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.0', '3.1', '3.2' ]
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run Tests
env:
RUBYOPT: "-W:deprecated"
EMAIL: email
PASSWORD: password
INSTANCE_ZUID: ${{ secrets.INSTANCE_ZUID }}
MODEL_ZUID: ${{ secrets.MODEL_ZUID }}
run: |
bundle exec rake