Skip to content

Commit 7f150e2

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/integrate.yaml

+8
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)