From 9f16b9d73ac41ce627505f64cbc6f08cfe215cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CChristian-R-Haugland=E2=80=9D?= Date: Fri, 24 May 2024 10:23:41 +0200 Subject: [PATCH] Disable logging to focus only on the tests and their outputs --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1b68ef2..bb72f52 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -59,7 +59,7 @@ jobs: uses: cypress-io/github-action@v6 env: CYPRESS_TESTS: true - LOG_LEVEL: debug + LOG_LEVEL: OFF with: build: npm run build start: npm start