From 19056d2758cc5870c07b50af0f3722ed25a49227 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 16 Aug 2021 20:28:33 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df85ba95..30afeeed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,11 +33,11 @@ jobs: - name: Fix owner of checkout run: chown -R netdisco:netdisco /github/workspace/netdisco/netdisco - name: Install Perl deps - run: sudo -l -u netdisco /home/netdisco/bin/localenv cpanm --notest Env::Path Test::Compile + run: sudo -u netdisco /home/netdisco/bin/localenv cpanm --notest Env::Path Test::Compile - name: Run Tests run: | - sudo -l -u netdisco /home/netdisco/bin/localenv perl ./Build.PL - sudo -l -u netdisco /home/netdisco/bin/localenv ./Build test --test_files xt/ + sudo -u netdisco /home/netdisco/bin/localenv perl ./Build.PL + sudo -u netdisco /home/netdisco/bin/localenv ./Build test --test_files xt/ working-directory: /github/workspace/netdisco/netdisco - name: Setup tmate session uses: mxschmitt/action-tmate@v3