Skip to content

Commit 468b5ea

Browse files
authored
Merge pull request puppetlabs#1680 from puppetlabs/ci-acceptance-nightly-flag
(CI) Run acceptance tests against puppetcore8-nightly
2 parents 80284f4 + 8de87ff commit 468b5ea

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)