mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 10:35:41 -04:00
Split things up a bit for better results
This commit is contained in:
parent
72f3ddf6fa
commit
83fbd0702a
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -19,9 +19,13 @@ jobs:
|
||||||
name: Perl ${{ matrix.perl-version }}:${{ matrix.architecture }}
|
name: Perl ${{ matrix.perl-version }}:${{ matrix.architecture }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Regular tests
|
- name: Install libraries and cpm
|
||||||
run: |
|
run: |
|
||||||
apt update && apt -y install libprotobuf-dev libprotoc-dev
|
apt update && apt -y install libprotobuf-dev libprotoc-dev
|
||||||
cpanm install App::cpm
|
cpanm install App::cpm
|
||||||
|
- name: Install depedencies
|
||||||
|
run: |
|
||||||
cpm -v --resolver http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --with-cpanfile=./cpanfile
|
cpm -v --resolver http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --with-cpanfile=./cpanfile
|
||||||
|
- name: Run tests
|
||||||
|
run: |
|
||||||
bin/run-tests
|
bin/run-tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue