Commit 6dc2d7b3004 for woocommerce

commit 6dc2d7b30049d12c57dd4bf7d9e12629c62326c0
Author: Adrian Moldovan <3854374+adimoldovan@users.noreply.github.com>
Date:   Fri Jul 10 16:00:19 2026 +0300

    Fix wp-env start retry masking failures due to missing pipefail (#66495)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f937b605996..a6521a886f9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -210,6 +210,7 @@ jobs:
         # "::warning::wp-env-start-retry reason=<subsystem>" marker (grep-friendly) so the
         # underlying incident rate stays measurable even when the retry keeps the job green.
         run: |
+          set -o pipefail
           attempt=1
           max_attempts=3
           log="$(mktemp)"