Skip to content

Commit

Permalink
Merge pull request #1353 from stanleylhs/add-features-test-github-wor…
Browse files Browse the repository at this point in the history
…kflow

Add features test to Github workflow
  • Loading branch information
steveyken authored Sep 17, 2024
2 parents 2830348 + d69299d commit 8fc14f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ jobs:
run: bundle exec rake spec:mailers
- name: Run lib tests
run: bundle exec rake spec:lib
- name: Run feature tests
run: bundle exec rake spec:features

0 comments on commit 8fc14f6

Please sign in to comment.