Skip to content

Commit

Permalink
Add rspec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Feb 5, 2024
1 parent 4b4e279 commit 6d62935
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
echo 'gem "rspec"' >> Gemfile
bundle
- name: Build frontend
run: bin/rails assets:precompile

- name: Setup DB
run: bin/rails db:prepare

Expand Down

0 comments on commit 6d62935

Please sign in to comment.