Skip to content

Commit 0de12f5

Browse files
committed
Unit and integration consume nightlies
1 parent b99473c commit 0de12f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
1212
with:
1313
runs_on: "ubuntu-24.04"
14+
flags: "--nightly"
1415
secrets: "inherit"
1516

1617
Acceptance:

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
1111
with:
1212
runs_on: "ubuntu-24.04"
13+
flags: "--nightly"
1314
secrets: "inherit"
1415

1516
Acceptance:

0 commit comments

Comments
 (0)