From e2ad295cd664ec9ffdd02ce3910266b604bd8688 Mon Sep 17 00:00:00 2001 From: Jaapio Date: Sun, 13 Apr 2025 13:02:03 +0200 Subject: [PATCH] Enable running integration tests in pipelines --- .github/workflows/integrate.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index c142a1c..7d4fedb 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -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/continuous-integration.yml@v0.8" + with: + composer-root-version: "5.x-dev" + upcoming-releases: true + test-suite: "integration"