Skip to content

Commit

Permalink
yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeheft committed Jul 7, 2024
1 parent e1f9b90 commit 4b2370b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/run_rspec/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ runs:
POSTGRES_PASSWORD: ${{ inputs.postgres-password }}
POSTGRES_DB: postgres
ports:
- "5432:5432"
- 5432:5432
options: >-
--health-cmd pg_isready --health-interval 10s --health-timeout 5s
--health-retries 5
- name: Start Redis service
uses: "docker://redis:latest"
uses: docker://redis:latest
with:
ports:
- "6379:6379"
- 6379:6379
options: >-
--health-cmd "redis-cli ping" --health-interval 10s --health-timeout
5s --health-retries 5
Expand Down

0 comments on commit 4b2370b

Please sign in to comment.