wip(e2e): brute force cypress install

This commit is contained in:
Jack Westbrook
2025-03-03 09:43:30 +01:00
parent 785c05f185
commit 6ccec33c6a
+4
View File
@@ -163,6 +163,10 @@ 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