diff --git a/.github/workflows/run-system-tests.yml b/.github/workflows/run-system-tests.yml index eed88880c30..ed2e0020d89 100644 --- a/.github/workflows/run-system-tests.yml +++ b/.github/workflows/run-system-tests.yml @@ -30,6 +30,10 @@ jobs: id: run-system-tests shell: bash run: ./gradlew systemTest + - name: List docker images + if: always() + shell: bash + run: docker image ls --digests - name: Send Notification if: always() uses: ./.github/actions/send-notification