Skip to content

Commit f04689c

Browse files
committed
add some debug output to dist-tests
1 parent 3b80eb4 commit f04689c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ci-release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,15 @@ jobs:
9595
distribution: zulu
9696
- run: sudo apt-get update && sudo apt-get install -y expect
9797
- run: mvn clean install -Pjanusgraph-release ${{ env.BUILD_MAVEN_OPTS }} -Dgpg.skip=true ${{ matrix.args }}
98-
- run: mvn verify -pl janusgraph-dist -Pjanusgraph-release -Dgpg.skip=true ${{ matrix.args }}
98+
- name: Check Docker
99+
run: |
100+
docker version || true
101+
docker info || true
102+
ls -l /var/run/docker.sock || true
103+
- name: Verify
104+
run: mvn verify -pl janusgraph-dist -Pjanusgraph-release -Dgpg.skip=true ${{ matrix.args }}
105+
env:
106+
DOCKER_API_VERSION: "1.44"
99107
- uses: actions/upload-artifact@v4
100108
with:
101109
name: distribution-build-full-java-${{ matrix.java }}

0 commit comments

Comments
 (0)