Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit ae51ed7

Browse files
authored
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
2 parents d40092c + 70d834c commit ae51ed7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cypress.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ jobs:
214214
PERCY_PARALLEL_NONCE: ${{ needs.prepare.outputs.uuid }}
215215
# We manually finalize the build in the report stage
216216
PERCY_PARALLEL_TOTAL: -1
217+
# Temporarily turn on debug logs to figure out why reports are not being created
218+
DEBUG: "cypress:*"
217219

218220
- name: Upload Artifact
219221
if: failure()

0 commit comments

Comments
 (0)