Skip to content

Add Github Actions CI and Docker test functionality #6

Add Github Actions CI and Docker test functionality

Add Github Actions CI and Docker test functionality #6

Workflow file for this run

name: autopkgtest
on:
push
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
test-debian:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: ./docker_run_autopkgtest
name: "Test privleap on Debian trixie"