From 36fe316f48392f778c348dbfab057c5f867061f6 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 16 Aug 2021 20:36:14 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 30afeeed..edc3316a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,13 +34,13 @@ jobs: run: chown -R netdisco:netdisco /github/workspace/netdisco/netdisco - name: Install Perl deps run: sudo -u netdisco /home/netdisco/bin/localenv cpanm --notest Env::Path Test::Compile - - name: Run Tests - run: | - 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 with: sudo: true if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}. + - name: Run Tests + run: | + 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