mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 18:45:42 -04:00
use correct option
This commit is contained in:
parent
b5fe72d63b
commit
e1937d5590
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue