Skip to content

Commit

Permalink
run cukes
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinochan committed Nov 14, 2024
1 parent a9996d2 commit 1f69a29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@ jobs:
POSTGRES_PASSWORD: postgres
run: |
bundle exec rspec
- name: Test with Cucumber
env:
RAILS_ENV: "test"
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
run: |
bundle exec cucumber

0 comments on commit 1f69a29

Please sign in to comment.