Skip to content

Add resources and JobCount #461

Add resources and JobCount

Add resources and JobCount #461

Workflow file for this run

name: macos
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
perl:
runs-on: macOS-latest
env:
PERL_USE_UNSAFE_INC: 0
AUTHOR_TESTING: 1
AUTOMATED_TESTING: 1
RELEASE_TESTING: 1
PERL_CARTON_PATH: $GITHUB_WORKSPACE/local
steps:
- uses: actions/checkout@v1
- name: Set up Perl
run: brew install perl
- name: perl -V
run: perl -V
- name: Install Dependencies CI
run: curl -sL https://git.io/cpm | perl - install -g --show-build-log-on-failure --cpanfile cpanfile.ci
- name: Install Dependencies
run: curl -sL https://git.io/cpm | perl - install -g --show-build-log-on-failure
- name: perl Makefile.PL
run: perl Makefile.PL
- name: make
run: make
- name: Run Tests
run: make test