diff --git a/.github/workflows/pulp_images.yml b/.github/workflows/pulp_images.yml index 462849fd..113c6dfd 100644 --- a/.github/workflows/pulp_images.yml +++ b/.github/workflows/pulp_images.yml @@ -383,3 +383,7 @@ jobs: sudo ls -al $VOLUME_PATH sudo tree $VOLUME_PATH http --follow --timeout 30 --check-status --pretty format --print hb http://localhost:8080/pulp/api/v3/status/ || true + + - name: tmate + if: failure() + uses: mxschmitt/action-tmate@v3