Skip to content

fix(flags): Add appropriate timeouts, fix some other misc things #81

fix(flags): Add appropriate timeouts, fix some other misc things

fix(flags): Add appropriate timeouts, fix some other misc things #81

Workflow file for this run

name: Unit Tests
on:
- pull_request
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [2.7, 3.0, 3.1, 3.2, 3.3]
fail-fast: false
env:
RAILS_ENV: test
GH_ACTIONS_UNIT_TESTS: 1
steps:
- uses: actions/checkout@v4
- name: Use Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
# runs 'bundle install' and caches installed gems automatically
bundler-cache: true
- name: Run RSpec tests
run: |
bundle exec rspec