Skip to content

Merge pull request #135 from bayashi/bump-version #135

Merge pull request #135 from bayashi/bump-version

Merge pull request #135 from bayashi/bump-version #135

Workflow file for this run

name: mac_latest
on:
push:
branches:
- main
tags-ignore:
- '*'
paths-ignore:
- '**/*.md'
- '**/.gitignore'
jobs:
perl:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- name: perl -V
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