Skip to content

Commit 3270ada

Browse files
SugatDclaude
andcommitted
(CI) Run acceptance tests against puppetcore8-nightly
Pass the --nightly flag to the module_acceptance reusable workflow so acceptance tests run against the puppetcore8-nightly collection, matching other modules such as puppetlabs-apache. Without it, acceptance runs against the released puppetcore8 collection. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 121a455 commit 3270ada

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ jobs:
1616
Acceptance:
1717
needs: Spec
1818
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
19+
with:
20+
flags: "--nightly"
1921
secrets: "inherit"

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ jobs:
1515
Acceptance:
1616
needs: Spec
1717
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
18+
with:
19+
flags: "--nightly"
1820
secrets: "inherit"

0 commit comments

Comments
 (0)