Skip to content

Commit 4648332

Browse files
committed
Remove Docker Compose setup from CI workflow
Delete the Docker Setup Compose step (docker/setup-compose-action@v1.2.0) and its version input from .github/workflows/maven-build.yml. This simplifies the Maven CI workflow by removing the unused/removed docker/setup-compose action while keeping the checkout and Java setup steps intact.
1 parent ddc6df0 commit 4648332

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/maven-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
- name: Checkout Source
2727
uses: actions/checkout@v5
2828

29-
- name: Docker Setup Compose
30-
uses: docker/setup-compose-action@v1.2.0
31-
with:
32-
version: latest
33-
3429
- name: Setup JDK ${{ matrix.Java }}
3530
uses: actions/setup-java@v5
3631
with:

0 commit comments

Comments
 (0)