Turn on Cypress debug logs to figure out why reports are not being created

pull/28217/head
Andy Balaam 2023-10-04 14:57:43 +01:00
parent 241df0ba0a
commit 70d834c28e
1 changed files with 2 additions and 0 deletions

View File

@ -214,6 +214,8 @@ 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()