There was an error while loading. Please reload this page.
1 parent bf8f4f0 commit 83dd3d6Copy full SHA for 83dd3d6
1 file changed
.github/workflows/linters.yml
@@ -8,6 +8,7 @@ jobs:
8
lint-unit:
9
uses: test-kitchen/.github/.github/workflows/lint-unit.yml@main
10
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"
+ # Documentation gems are not needed to lint or test, and the integration
+ # group is only for the suites in integration/, which never run on a pull
+ # request. YARD in particular must never gate CI.
14
+ bundle_without: "development:docs:integration"
0 commit comments