From f3515d546671dbdab24838721e4e9731e0ac645e Mon Sep 17 00:00:00 2001 From: Clemens Solar Date: Mon, 22 Jan 2024 21:50:11 +0100 Subject: [PATCH] ci: fix cypress start parameter --- .github/workflows/ghpage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghpage.yml b/.github/workflows/ghpage.yml index 9475693..eae0d49 100644 --- a/.github/workflows/ghpage.yml +++ b/.github/workflows/ghpage.yml @@ -53,7 +53,7 @@ jobs: browser: chrome headless: true record: true - start: test:e2e:ci + start: npm run test:e2e:ci wait-on: 'http://localhost:8000' wait-on-timeout: 120