allow to debug the container when it fails

This commit is contained in:
Boulay Mathias 2023-05-01 09:53:06 +02:00 committed by GitHub
parent 6d6dddb811
commit c27fe84471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: