File tree Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Original file line number Diff line number Diff line change @@ -33,26 +33,19 @@ jobs:
3333 with :
3434 node-version : " 18"
3535 - run : npm install -g yarn && yarn install
36- - name : Install Carton
37- run : >
38- curl -sL https://git.io/cpm | perl -
39- install -g Carton
40- --show-build-log-on-failure
41- - name : Install deps
42- run : >
43- curl -sL https://git.io/cpm | perl -
44- install
45- --cpanfile cpanfile
46- --resolver ${{ matrix.resolver }}
47- --show-build-log-on-failure
48- --local-lib-contained=local
49- if : success()
36+ - name : Install CPAN deps
37+ uses : perl-actions/install-with-cpm@v1
38+ with :
39+ cpanfile : " cpanfile"
40+ sudo : false
41+ args : >
42+ --resolver ${{ matrix.resolver }}
43+ --show-build-log-on-failure
44+ --local-lib-contained=local
5045 - name : Maybe update cpanfile.snapshot
5146 run : carton
52- if : success()
5347 - name : Run Tests
5448 run : carton exec prove -lr --jobs 2 t
55- if : success()
5649 env :
5750 TEST_TIDYALL_VERBOSE : 1
5851 - uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments