Skip to content

Bump net-smtp from 0.4.0.1 to 0.5.1 #485

Bump net-smtp from 0.4.0.1 to 0.5.1

Bump net-smtp from 0.4.0.1 to 0.5.1 #485

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