Skip to content

Commit 599e2cd

Browse files
actions: upload cypress screenshots as artefacts
1 parent 51d67cf commit 599e2cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ jobs:
8383
env:
8484
CYPRESS_baseUrl: http://localhost:8080/
8585

86+
- uses: actions/upload-artifact@v2
87+
if: failure()
88+
with:
89+
name: cypress-screenshots
90+
path: tests/e2e/screenshots
91+
8692
- name: Upload coverage to Codecov
8793
uses: codecov/codecov-action@v3
8894
with:

0 commit comments

Comments
 (0)