Skip to content

Commit

Permalink
Take claude sonnet 3.5 20241022 advice.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Oct 28, 2024
1 parent c420156 commit 8ceec9f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,23 @@ on:
jobs:
test:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:14
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: highfive_test
ports:
- 5432:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
env:
RAILS_ENV: test
DATABASE_URL: postgres://postgres:postgres@localhost:5432/highfive_test
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 8ceec9f

Please sign in to comment.