Skip to content

Commit 454a8d7

Browse files
committed
DEBUG-COMMIT: Please work this time [1].
1 parent e6b090c commit 454a8d7

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/backend-ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,8 @@ jobs:
2828
java-version: '24'
2929
cache: maven
3030

31-
- name: Install Docker (needed for Testcontainers)
32-
run: |
33-
sudo apt-get update
34-
sudo apt-get install -y docker.io
35-
sudo systemctl start docker
36-
docker info
31+
- name: Verify Docker available
32+
run: docker info
3733

3834
- name: Run Tests (Unit + Integration)
3935
run: mvn -B clean verify

0 commit comments

Comments
 (0)