Skip to content

Commit 0320027

Browse files
Update build.yaml
Add user-files to the uploaded artifacts in case of failure of cypress testing
1 parent 5b52297 commit 0320027

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,7 @@ jobs:
128128
if: failure()
129129
with:
130130
name: cypress-screenshots
131-
path: app/cypress/screenshots
131+
path: |
132+
app/cypress/screenshots
133+
api/user-files
132134
retention-days: 7

0 commit comments

Comments
 (0)