Skip to content

Commit 0696937

Browse files
committed
fix: upload cypress screen to debug
1 parent 710787f commit 0696937

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/diracx-web-test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,11 @@ jobs:
6161
with:
6262
browser: chrome
6363
config: baseUrl=${{ env.DIRACX_URL }}
64-
project: packages/diracx-web
64+
project: packages/diracx-web
65+
66+
- name: Upload Cypress screenshots
67+
if: failure()
68+
uses: actions/upload-artifact@v4
69+
with:
70+
name: cypress-screenshots
71+
path: packages/diracx-web/cypress/screenshots

0 commit comments

Comments
 (0)