Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-shaw committed Jul 4, 2024
1 parent c812904 commit 0c2457e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

env:
RAILS_ENV: test
DATABASE_URL: "postgresql://postgres:[email protected]/correspondence_platform_test"
DATABASE_URL: "postgresql://postgres:[email protected]/correspondence_platform_test"<%= ENV['TEST_ENV_NUMBER'] %>
AWS_ACCESS_KEY_ID: 123
AWS_SECRET_ACCESS_KEY: 456

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Run unit and feature tests
run: |
export COVERAGE=1
bundle exec rake parallel:prepare
bundle exec rake parallel:setup
bundle exec rake parallel:spec
- name: Code coverage
Expand Down

0 comments on commit 0c2457e

Please sign in to comment.