From 2ff3021eaed1996d266538558f44906d7ffa3fab Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 17 Aug 2021 12:03:17 +0100 Subject: [PATCH] Update runtests.yml --- .github/workflows/runtests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/runtests.yml b/.github/workflows/runtests.yml index ed4a3500..9bab5ecd 100644 --- a/.github/workflows/runtests.yml +++ b/.github/workflows/runtests.yml @@ -31,7 +31,7 @@ jobs: - name: Check out latest code uses: actions/checkout@v1 - name: Fix owner of checkout - run: chown -R netdisco:netdisco /github/workspace/netdisco/netdisco + run: chown -R netdisco:netdisco /github/workspace/netdisco/snmp-info # - name: Install Perl deps # run: sudo -u netdisco /home/netdisco/bin/localenv cpanm --notest Env::Path Test::Compile - name: Run Tests @@ -39,7 +39,7 @@ jobs: run: | sudo -u netdisco /home/netdisco/bin/localenv perl ./Build.PL sudo -u netdisco /home/netdisco/bin/localenv ./Build test --test_files t/ --test_files xt/ - working-directory: /github/workspace/netdisco/netdisco + working-directory: /github/workspace/netdisco/snmp-info continue-on-error: true - name: IRC failure notification uses: Gottox/irc-message-action@v2