Skip to content

Commit eb139e4

Browse files
committed
code update: fix pipline
1 parent b5bfcd7 commit eb139e4

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,6 @@ jobs:
1818
# Stage 1: Unit Test
1919
unit-test:
2020
runs-on: ubuntu-latest
21-
services:
22-
postgres:
23-
image: postgres:13
24-
env:
25-
POSTGRES_USER: user
26-
POSTGRES_PASSWORD: password
27-
POSTGRES_DB: fastapi_db
28-
ports:
29-
- 5432:5432
30-
options: >-
31-
--health-cmd pg_isready
32-
--health-interval 10s
33-
--health-timeout 5s
34-
--health-retries 5
3521
steps:
3622
- name: Checkout code
3723
uses: actions/checkout@v3

0 commit comments

Comments
 (0)