Skip to content

(CAT-2381) Puppetcore update #314

(CAT-2381) Puppetcore update

(CAT-2381) Puppetcore update #314

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: "--latest-agent --platform-exclude [centos-7, scientific-7, oraclelinux-7, almalinux-8] --arch-exclude arm"
secrets: "inherit"