Skip to content

Commit bdfdc7e

Browse files
committed
Merge branch '3.5.x' into 4.0.x
2 parents f415619 + ec94645 commit bdfdc7e

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: List docker images
34+
if: always()
35+
shell: bash
36+
run: docker image ls --digests
3337
- name: Send Notification
3438
if: always()
3539
uses: ./.github/actions/send-notification

0 commit comments

Comments
 (0)