From d7f6f87873f673ad98f3fdd71e7672c369f2d1ea Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Thu, 7 Mar 2024 15:52:10 +0100 Subject: [PATCH] ci(e2e): bump cypress container to 13.6.6 --- e2e/run-suite | 4 ---- 1 file changed, 4 deletions(-) diff --git a/e2e/run-suite b/e2e/run-suite index 5cd669939cb..c2e618d628a 100755 --- a/e2e/run-suite +++ b/e2e/run-suite @@ -163,10 +163,6 @@ function join () { export TZ="Pacific/Honolulu" -# Brute force installation of cypress -# TODO: We should fix this over in the build repo to look in package.json for the cypress version -yarn cypress install - yarn run $CMD --env "$(join env)" \ --config "$(join cypressConfig)" \ $PARAMS