From 91413bc6b6f1d63912884d6bdfc48114c2ac6d9c Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:58:11 +0100 Subject: [PATCH] Revert "Turn on Cypress debug logs to figure out why reports are not being created" (#11720) This reverts commit 70d834c28e5a01ebe4b4e7e639386924eb5c107b. --- .github/workflows/cypress.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 7a20371b03..20645118a8 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -214,8 +214,6 @@ jobs: PERCY_PARALLEL_NONCE: ${{ needs.prepare.outputs.uuid }} # We manually finalize the build in the report stage PERCY_PARALLEL_TOTAL: -1 - # Temporarily turn on debug logs to figure out why reports are not being created - DEBUG: "cypress:*" - name: Upload Artifact if: failure()