From 106ae0e053af51ee79dcecbb853f31afff66cf89 Mon Sep 17 00:00:00 2001 From: midudev Date: Sun, 8 Aug 2021 21:07:18 +0200 Subject: [PATCH] Optimize CI with npm ci and video cypress to false --- cypress.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 9e26dfe..1af3269 100644 --- a/cypress.json +++ b/cypress.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "video": false +} \ No newline at end of file