Skip to content

Commit 7f1f619

Browse files
committed
hopefully fix github action
1 parent a985479 commit 7f1f619

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- name: Test
2626
run: |
27-
dzil authordeps --missing | cpanm --notest
28-
dzil listdeps --author --missing | cpanm --notest
29-
dzil test --all
30-
31-
- name: Run tests with coverage
27+
dzil authordeps --missing | cpm install --global -w 16 --no-test -
28+
dzil listdeps --author --missing | cpm install --global -w 16 --no-test -
29+
dzil test --all --keep
30+
(cd .build/latest/ && cover -test -ignore local/ -report Coveralls)
3231
env:
3332
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
34-
run: cover -test -ignore local/ -report Coveralls
33+

0 commit comments

Comments
 (0)