Skip to content

Commit

Permalink
update docker repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
myonlylonely committed Oct 9, 2024
1 parent 8e2716c commit be9e6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cypress/cypress.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}

Expand Down

0 comments on commit be9e6d8

Please sign in to comment.