Skip to content

Fix issue with determining postseason status (don't just check for th… #483

Fix issue with determining postseason status (don't just check for th…

Fix issue with determining postseason status (don't just check for th… #483

Workflow file for this run

name: Run MiniTest
on:
push:
branches:
- main
pull_request:
jobs:
run-minitest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
# runs 'bundle install' and caches installed gems automatically
bundler-cache: true
- name: Run tests
env:
RAILS_ENV: test
TIME_ZONE: America/New_York
NHL_TEAM_ABBREVIATION: CAR
run: |
bundle exec rails test