1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 18:45:42 -04:00

use correct option

This commit is contained in:
Ryan Voots 2020-10-29 22:47:41 -07:00
parent b5fe72d63b
commit e1937d5590

View file

@ -25,7 +25,7 @@ jobs:
cpanm install App::cpm cpanm install App::cpm
- name: Install depedencies - name: Install depedencies
run: | run: |
cpm install -v --resolver http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --with-cpanfile=./cpanfile cpm install -v --resolver http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --cpanfile=./cpanfile
- name: Run tests - name: Run tests
run: | run: |
bin/run-tests bin/run-tests