From c216a13179d710c31a28b56976037aae1f341363 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Fri, 7 Aug 2026 19:37:10 +0000 Subject: [PATCH] run publish.sh with --no-dev in tests --- .github/workflows/docs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 9ad2ff7197b..777c2fd651e 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -45,5 +45,11 @@ jobs: command: composer --no-interaction --no-ansi --no-progress update -d dev - name: Run DocFX Unit Test Suite run: dev/vendor/bin/phpunit -c dev/phpunit-docfx.xml.dist + - name: Install Dependencies (--no-dev) + uses: nick-invision/retry@ad984534de44a9489a53aefd81eb77f87c70dc60 # v4 + with: + timeout_minutes: 10 + max_attempts: 3 + command: composer --no-interaction --no-ansi --no-progress --no-dev update -d dev - name: Run Docs Generator (Dry Run) run: .kokoro/docs/publish.sh