From 408661bb456816293010bc9c9d39078d1359c140 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 16 Aug 2021 11:24:29 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc5b8b69..e7eb3feb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,8 @@ jobs: # Enable tmate debugging of manually-triggered workflows if the input option was provided - name: Setup tmate session uses: mxschmitt/action-tmate@v3 + with: + sudo: false if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}. # - run: 'cpanm --installdeps .' # - run: 'prove -vl xt/*.t'