mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
Enable running integration tests in pipelines
This commit is contained in:
@@ -48,3 +48,11 @@ jobs:
|
||||
with:
|
||||
composer-root-version: "5.x-dev"
|
||||
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