Skip to content

Commit f439fd3

Browse files
committed
Show docker version and docker info when running system tests
1 parent ec94645 commit f439fd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-system-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
id: run-system-tests
3131
shell: bash
3232
run: ./gradlew systemTest
33+
- name: Show docker info
34+
if: always()
35+
shell: bash
36+
run: docker version ; docker info
3337
- name: List docker images
3438
if: always()
3539
shell: bash

0 commit comments

Comments
 (0)