From c27fe8447106f2b8f913382595b78d1228e28318 Mon Sep 17 00:00:00 2001 From: Boulay Mathias Date: Mon, 1 May 2023 09:53:06 +0200 Subject: [PATCH] allow to debug the container when it fails --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1da40ab..ae5e24a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,11 @@ jobs: with: name: "jdk8-${{matrix.arch}}" path: jdk8*.tar.xz + + - name: Setup tmate session if failed + if: $ + uses: mxschmitt/action-tmate@v3 + - name: Upload JRE build output uses: actions/upload-artifact@v2 with: