Skip to content

Commit

Permalink
chore: Updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
erayhanoglu committed Oct 15, 2024
1 parent 0d5a78f commit 39d6aa0
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,7 @@ jobs:
node: [ '20' ]
postgres: [ '14' ]
runs-on: ubuntu-latest
services:
postgres:
image: postgres:${{ matrix.postgres }}
env:
POSTGRES_USER: postgres
POSTGRES_HOST_AUTH_METHOD: trust
ports:
- 5433:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 39d6aa0

Please sign in to comment.