Skip to content

Dev: Build on tag conditionally [no-build] #18

Dev: Build on tag conditionally [no-build]

Dev: Build on tag conditionally [no-build] #18

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