File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -12,23 +12,23 @@ jobs:
12
12
build :
13
13
runs-on : ubuntu-latest
14
14
15
- # services:
16
- # postgres:
17
- # image: postgres:16.3
18
- # ports:
19
- # - 5432:5432
20
- # env:
21
- # POSTGRES_USER: postgres
22
- # POSTGRES_PASSWORD: postgres
23
- # POSTGRES_DB: orderdb
24
- # options: >-
25
- # --health-cmd "pg_isready -U postgres -d orderdb"
15
+ services :
16
+ postgres :
17
+ image : postgres:16.3
18
+ ports :
19
+ - 5432:5432
20
+ env :
21
+ POSTGRES_USER : postgres
22
+ POSTGRES_PASSWORD : postgres
23
+ POSTGRES_DB : orderdb
24
+ options : >-
25
+ --health-cmd "pg_isready -U postgres -d orderdb"
26
26
27
27
steps :
28
- - uses : action /checkout@v4
28
+ - uses : actions /checkout@v4
29
29
30
30
- name : Setup JDK 17
31
- uses : action /setup-java@v4
31
+ uses : actions /setup-java@v4
32
32
with :
33
33
java-version : ' 17'
34
34
distributer : ' temurin'
You can’t perform that action at this time.
0 commit comments