1
0
Fork 0
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:
Ryan Voots 2020-10-29 22:41:22 -07:00
parent 72f3ddf6fa
commit 83fbd0702a

View file

@ -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