Skip to content

Commit

Permalink
update the CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
ATOUIYakoub committed Sep 15, 2024
1 parent 28d4031 commit b1c54ae
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,6 @@ jobs:
test:
runs-on: ubuntu-latest

services:
postgres:
image: postgres:latest
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: test_db
ports:
- 5432:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/test_db

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

0 comments on commit b1c54ae

Please sign in to comment.