Merge branch 'main' of github.com:ueberdosis/tiptap-next into main

This commit is contained in:
Hans Pagel
2020-09-24 18:56:24 +02:00

View File

@@ -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