Skip to content

Commit 98cb390

Browse files
committed
update docker repo name
1 parent 29be105 commit 98cb390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/cypress/cypress.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function runCypressCI() {
6363
CYPRESS_OPTIONS, // eslint-disable-line no-unused-vars
6464
} = process.env;
6565

66-
if (GITHUB_REPOSITORY === "getredash/redash" && process.env.CYPRESS_RECORD_KEY) {
66+
if ((GITHUB_REPOSITORY === "getredash/redash" || GITHUB_REPOSITORY === "myonlylonely/redash-custom") && process.env.CYPRESS_RECORD_KEY) {
6767
process.env.CYPRESS_OPTIONS = "--record";
6868
}
6969

0 commit comments

Comments
 (0)