mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 01:12:56 +08:00
Merge branch 'main' of https://github.com/ueberdosis/tiptap
This commit is contained in:
commit
9418d33a2b
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
||||
quiet: true
|
||||
|
||||
- name: Export screenshots (on failure only)
|
||||
uses: actions/upload-artifact@v2.2.3
|
||||
uses: actions/upload-artifact@v2.3.0
|
||||
if: failure()
|
||||
with:
|
||||
name: cypress-screenshots
|
||||
@ -107,7 +107,7 @@ jobs:
|
||||
retention-days: 7
|
||||
|
||||
- name: Export screen recordings (on failure only)
|
||||
uses: actions/upload-artifact@v2.2.3
|
||||
uses: actions/upload-artifact@v2.3.0
|
||||
if: failure()
|
||||
with:
|
||||
name: cypress-videos
|
||||
|
Loading…
Reference in New Issue
Block a user