test: add integration suites that create real GCE instances #135
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| 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" |