From b29dd04c6d7979531fdf5f5a3e52c5d9694b377c Mon Sep 17 00:00:00 2001 From: Clemens Solar Date: Mon, 22 Jan 2024 21:57:18 +0100 Subject: [PATCH] ci: do not record cypress tests --- .github/workflows/ghpage.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ghpage.yml b/.github/workflows/ghpage.yml index eae0d49..e693dc0 100644 --- a/.github/workflows/ghpage.yml +++ b/.github/workflows/ghpage.yml @@ -52,7 +52,6 @@ jobs: with: browser: chrome headless: true - record: true start: npm run test:e2e:ci wait-on: 'http://localhost:8000' wait-on-timeout: 120