diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6db05e2c..df85ba95 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 ~/bin/localenv cpanm --notest Env::Path Test::Compile + run: sudo -l -u netdisco /home/netdisco/bin/localenv cpanm --notest Env::Path Test::Compile - name: Run Tests run: | - sudo -l -u netdisco ~/bin/localenv perl ./Build.PL - sudo -l -u netdisco ~/bin/localenv perl ./Build test --test_files xt/ + sudo -l -u netdisco /home/netdisco/bin/localenv perl ./Build.PL + sudo -l -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