There was an error while loading. Please reload this page.
1 parent a549656 commit e2ad295Copy full SHA for e2ad295
.github/workflows/integrate.yaml
@@ -48,3 +48,11 @@ jobs:
48
with:
49
composer-root-version: "5.x-dev"
50
upcoming-releases: true
51
+
52
+ integration-tests:
53
+ name: "Integration test"
54
+ uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8"
55
+ with:
56
+ composer-root-version: "5.x-dev"
57
+ upcoming-releases: true
58
+ test-suite: "integration"
0 commit comments