Skip to content

Commit 83dd3d6

Browse files
committed
ci: keep the integration gems out of the lint and unit jobs
Signed-off-by: Tim Smith <tim@mondoo.com>
1 parent bf8f4f0 commit 83dd3d6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/linters.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
lint-unit:
99
uses: test-kitchen/.github/.github/workflows/lint-unit.yml@main
1010
with:
11-
# Documentation and debugging gems are not needed to lint or test.
12-
# YARD in particular must never gate CI.
13-
bundle_without: "development:docs"
11+
# Documentation gems are not needed to lint or test, and the integration
12+
# group is only for the suites in integration/, which never run on a pull
13+
# request. YARD in particular must never gate CI.
14+
bundle_without: "development:docs:integration"

0 commit comments

Comments
 (0)