Skip to content

Bump cross-platform-actions/action from 0.15.0 to 0.17.0 #115

Bump cross-platform-actions/action from 0.15.0 to 0.17.0

Bump cross-platform-actions/action from 0.15.0 to 0.17.0 #115

Workflow file for this run

on: [push, pull_request]
name: Generate Coveralls report
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v3
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: 5.32
- name: Run with coverage checking
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cpanm --notest Expect
cpanm --installdeps .
perl makefile-expect-driver.pl Linux::Debian Linux::Ubuntu Linux Unix OSFeatures::Systemd OSFeatures::POSIXShellRedirection HWCapabilities::Int64
cpanm Devel::Cover::Report::Coveralls
cover -test -report Coveralls