mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
Merge branch 'main' of github.com:ueberdosis/tiptap-next into main
This commit is contained in:
commit
491f4c2d26
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -73,14 +73,14 @@ jobs:
|
||||
browser: chrome
|
||||
|
||||
- name: Export screenshots (on failure only)
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v2.1.4
|
||||
if: failure()
|
||||
with:
|
||||
name: cypress-screenshots
|
||||
path: tests/cypress/screenshots
|
||||
|
||||
- name: Export screen recordings (on failure only)
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v2.1.4
|
||||
if: failure()
|
||||
with:
|
||||
name: cypress-videos
|
||||
|
Loading…
Reference in New Issue
Block a user