Browse Source

Merge branch '3.5.x' into 4.0.x

pull/49582/head
Moritz Halbritter 1 month ago
parent
commit
bdfdc7ec9d
  1. 4
      .github/workflows/run-system-tests.yml

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

@ -30,6 +30,10 @@ jobs: @@ -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

Loading…
Cancel
Save