Skip to content

Fixes: Tour is ended early if started from /doc #328

Fixes: Tour is ended early if started from /doc

Fixes: Tour is ended early if started from /doc #328

Workflow file for this run

name: CI Per MacOS
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
perl:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- name: Set up Perl
run: brew install perl
- name: perl -V
run: perl -V
- name: Install dependencies
run: |
curl -L https://cpanmin.us > cpanm
perl cpanm https://github.com/Akron/Mojolicious-Plugin-Localize.git
perl cpanm --installdeps .
- name: Run Tests
run: prove -lr t/