Skip to content

Commit

Permalink
Add secret test env key
Browse files Browse the repository at this point in the history
  • Loading branch information
jbfeldis committed May 24, 2024
1 parent d0e7fdf commit 6f6d47b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
RAILS_TEST_KEY: ${{ secrets.RAILS_TEST_KEY }}
ports:
- 5432:5432
options: --health-cmd="pg_isready" --health-interval=10s --health-timeout=5s --health-retries=3
Expand Down

0 comments on commit 6f6d47b

Please sign in to comment.