Skip to content

Commit dacd372

Browse files
committed
Docker isn't needed for unit tests, remove
1 parent 539b370 commit dacd372

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-calm-hub-coverage.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ jobs:
3434
restore-keys: |
3535
${{ runner.os }}-m2-
3636
37-
# Step 4: Set up Docker (Required for Testcontainers)
38-
- name: Set up Docker
39-
uses: docker/setup-buildx-action@v3
40-
41-
# Step 5: Build and Test
37+
# Step 4: Build and Test
4238
- name: Build and Test
4339
working-directory: calm-hub
4440
run: mvn clean verify

0 commit comments

Comments
 (0)