Update runtests.yml

This commit is contained in:
Oliver Gorwits
2021-08-17 12:03:17 +01:00
committed by GitHub
parent 31c286ca57
commit 2ff3021eae

View File

@@ -31,7 +31,7 @@ jobs:
- name: Check out latest code - name: Check out latest code
uses: actions/checkout@v1 uses: actions/checkout@v1
- name: Fix owner of checkout - 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 # - name: Install Perl deps
# run: sudo -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 - name: Run Tests
@@ -39,7 +39,7 @@ jobs:
run: | run: |
sudo -u netdisco /home/netdisco/bin/localenv perl ./Build.PL 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/ 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 continue-on-error: true
- name: IRC failure notification - name: IRC failure notification
uses: Gottox/irc-message-action@v2 uses: Gottox/irc-message-action@v2