From be9e6d838a7ec33ebebf3d260d4c5998037bea79 Mon Sep 17 00:00:00 2001 From: myonlylonely Date: Sun, 3 Mar 2024 20:56:54 +0800 Subject: [PATCH] update docker repo name --- client/cypress/cypress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cypress/cypress.js b/client/cypress/cypress.js index 320402f18d..ba6e017a19 100644 --- a/client/cypress/cypress.js +++ b/client/cypress/cypress.js @@ -63,7 +63,7 @@ function runCypressCI() { CYPRESS_OPTIONS, // eslint-disable-line no-unused-vars } = process.env; - if (GITHUB_REPOSITORY === "getredash/redash") { + if (GITHUB_REPOSITORY === "getredash/redash" || GITHUB_REPOSITORY === "myonlylonely/redash-custom") { process.env.CYPRESS_OPTIONS = "--record"; }