From 61600c8fd222b85a03062ff9ac9d19fab7c68396 Mon Sep 17 00:00:00 2001 From: Tobia De Koninck Date: Tue, 20 Feb 2024 16:09:04 +0100 Subject: [PATCH] Debug action --- .github/workflows/workflows.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflows.yaml b/.github/workflows/workflows.yaml index fef9082..6cf0a92 100644 --- a/.github/workflows/workflows.yaml +++ b/.github/workflows/workflows.yaml @@ -42,11 +42,10 @@ jobs: minikube image pull curlimages/curl:latest - name: Build with Maven run: mvn -B -U clean install -DskipTests - - name: Setup upterm session - uses: lhotari/action-upterm@v1 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 with: - limit-access-to-actor: true - limit-access-to-users: LEDfan + detached: true - name: Run Tests run: mvn -B test