Skip to content

Commit e2ad295

Browse files
committed
Enable running integration tests in pipelines
1 parent a549656 commit e2ad295

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/integrate.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,11 @@ jobs:
4848
with:
4949
composer-root-version: "5.x-dev"
5050
upcoming-releases: true
51+
52+
integration-tests:
53+
name: "Integration test"
54+
uses: "phpDocumentor/.github/.github/workflows/[email protected]"
55+
with:
56+
composer-root-version: "5.x-dev"
57+
upcoming-releases: true
58+
test-suite: "integration"

0 commit comments

Comments
 (0)