Skip to content

xenial not available in gha. use ubuntu latest since we use a perl do… #3

xenial not available in gha. use ubuntu latest since we use a perl do…

xenial not available in gha. use ubuntu latest since we use a perl do… #3

Workflow file for this run

name: Run Tests
on: push
jobs:
run_tests:
name: Run Tests
runs-on: ubuntu-latest
container:
image: perl:5.28.1
steps:
- uses: actions/checkout@v4
- run: prove -r t