Skip to content

Commit 49b1775

Browse files
committed
refac: add docker compose up in pipeline
1 parent d3d1739 commit 49b1775

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/java-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16+
- - name: Start PostgreSQL with Docker Compose
17+
- run: |
18+
- docker compose up -d
19+
- sleep 20
20+
1621
- name: Checkout code
1722
uses: actions/checkout@v2
1823

0 commit comments

Comments
 (0)