use quiet cypress for github actions

This commit is contained in:
Philipp Kühn
2021-02-05 21:03:35 +01:00
committed by GitHub
parent a4866dc946
commit 9ede62256e

View File

@@ -96,6 +96,7 @@ jobs:
wait-on: 'http://localhost:3000'
project: ./tests
browser: chrome
quiet: true
- name: Export screenshots (on failure only)
uses: actions/upload-artifact@v2.2.2