Skip to content

(CAT-2386) Puppetcore update #55

(CAT-2386) Puppetcore update

(CAT-2386) Puppetcore update #55

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@main"
secrets: "inherit"
Acceptance:
needs: Spec
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
with:
flags: "--nightly --platform-exclude '[\"Ubuntu-22.04-arm\", \"RedHat-9-arm\"]'"
secrets: "inherit"