Skip to content

Commit dca6553

Browse files
committed
refac: sitax
1 parent 529dc61 commit dca6553

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/java-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Start PostgreSQL with Docker Compose
17-
- run: |
18-
- docker compose up -d
19-
- sleep 20
17+
- run: docker compose up
2018

2119
- name: Checkout code
2220
uses: actions/checkout@v2

0 commit comments

Comments
 (0)