Skip to content

Commit

Permalink
update test-suite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptprivate authored Sep 27, 2024
1 parent cf0154e commit c866b3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y perl
sudo apt-get install -y cpanminus
- name: Install dependencies
run: cpanm --installdeps --with-test .
run: sudo cpanm --installdeps --with-test .

- name: Run tests
working-directory: ./tests
Expand Down

0 comments on commit c866b3c

Please sign in to comment.