Skip to content

Commit

Permalink
Merge branch 'master' into bump-version
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Mar 1, 2020
2 parents 6dd289a + 8c18ea7 commit e183b68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/linux_old_versions.yml
Expand Up @@ -28,13 +28,5 @@ jobs:
run: perl -V
- name: Install dependencies
run: curl -sL https://git.io/cpm | perl - install -g --with-recommends --with-test --with-configure --show-build-log-on-failure
if: matrix.perl-version == '5.8'
- name: Install dependencies With develop
run: curl -sL https://git.io/cpm | perl - install -g --with-recommends --with-test --with-configure --with-develop --show-build-log-on-failure
if: matrix.perl-version != '5.8'
- name: Run build
run: perl Build.PL
- name: Build manifest
run: ./Build manifest
- name: Run test
run: ./Build test
run: prove -l t
6 changes: 1 addition & 5 deletions .github/workflows/mac_latest.yml
Expand Up @@ -18,9 +18,5 @@ jobs:
run: perl -V
- name: Install dependencies
run: curl -sL https://git.io/cpm | perl - install -g --with-recommends --with-test --with-configure --with-develop --show-build-log-on-failure
- name: Run build
run: perl Build.PL
- name: Build manifest
run: ./Build manifest
- name: Run test
run: ./Build test
run: prove -l t
6 changes: 1 addition & 5 deletions .github/workflows/windows_latest.yml
Expand Up @@ -22,9 +22,5 @@ jobs:
run: perl -V
- name: Install dependencies
run: curl -sL https://git.io/cpm | perl - install -g --with-recommends --with-test --with-configure --with-develop --show-build-log-on-failure
- name: Run build
run: perl Build.PL
- name: Build manifest
run: ./Build manifest
- name: Run test
run: ./Build test
run: prove -l t

0 comments on commit e183b68

Please sign in to comment.