Skip to content

test: add integration suites that create real GCE instances #135

test: add integration suites that create real GCE instances

test: add integration suites that create real GCE instances #135

Workflow file for this run

---
name: 'Test'
'on':
pull_request:
jobs:
lint-unit:
uses: test-kitchen/.github/.github/workflows/lint-unit.yml@main
with:
# 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.
bundle_without: "development:docs:integration"