Skip to content

Undo that dumb boilerplate, gotta figure out a better way (#14) #9

Undo that dumb boilerplate, gotta figure out a better way (#14)

Undo that dumb boilerplate, gotta figure out a better way (#14) #9

Workflow file for this run

name: "run-tests"
on:
push:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
path: 'jailkit'
- name: Install dependencies
run: |-
sudo apt-get -y update
sudo apt-get -y install perl libconfig-inifiles-perl libtest-strict-perl
- name: Run tests
run: |-
cd jailkit
prove