mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Enable running integration tests in pipelines
This commit is contained in:
@@ -48,3 +48,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
composer-root-version: "5.x-dev"
|
composer-root-version: "5.x-dev"
|
||||||
upcoming-releases: true
|
upcoming-releases: true
|
||||||
|
|
||||||
|
integration-tests:
|
||||||
|
name: "Integration test"
|
||||||
|
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
|
||||||
|
with:
|
||||||
|
composer-root-version: "5.x-dev"
|
||||||
|
upcoming-releases: true
|
||||||
|
test-suite: "integration"
|
||||||
|
|||||||
Reference in New Issue
Block a user