We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b123e commit 8cdf9eeCopy full SHA for 8cdf9ee
.github/workflows/build-and-test.yml
@@ -76,11 +76,11 @@ jobs:
76
path: .
77
- name: Install deps
78
if: success()
79
- run: >
80
- cpm install -g
81
- --cpanfile cpanfile
82
- --with-suggests
83
- --show-build-log-on-failure
+ uses: perl-actions/install-with-cpm@v1.4
+ with:
+ cpanfile: "cpanfile"
+ args: "--with-recommends --with-suggests --with-test --with-develop"
+ sudo: false
84
- name: Run Tests
85
86
run: prove -lrv t
@@ -120,7 +120,7 @@ jobs:
120
uses: perl-actions/install-with-cpm@v1.4
121
with:
122
cpanfile: "cpanfile"
123
- args: "--with-recommends --with-suggests --with-test"
124
sudo: false
125
- run: prove -lrv t
126
env:
0 commit comments