Merge pull request #11716 from matrix-org/andybalaam/enable-cypress-debug-logging

Turn on Cypress debug logs to figure out why reports are not being created
This commit is contained in:
Andy Balaam 2023-10-04 16:15:55 +01:00 committed by GitHub
commit ae51ed75f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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()