From 9ede62256eff9409d1f958054b1e4f3d5d65a35f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20K=C3=BChn?= Date: Fri, 5 Feb 2021 21:03:35 +0100 Subject: [PATCH] use quiet cypress for github actions --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90c13249..115bee70 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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