Skip to content

Commit

Permalink
Maybe fix failing test?
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Sep 4, 2024
1 parent 7386245 commit e2a0647
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ jobs:
DB_HOSTNAME: localhost
DB_PASSWORD: password
DB_NAME: beckett_test
REDIS_URL: redis://localhost:6379/1
run: |
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rspec spec/
bundle exec rspec --format documentation spec/

0 comments on commit e2a0647

Please sign in to comment.