Skip to content

update PDK template and workflows #191

update PDK template and workflows

update PDK template and workflows #191

Workflow file for this run

name: "ci"
on:
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
Spec:
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@forked-modules"
secrets: "inherit"
Acceptance:
needs: Spec
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@forked-modules"
secrets: "inherit"
with:
runs_on: ubuntu-20.04
kernel_modules: false
disable_apparmor: true