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 Dec 18, 2024
1 parent d94235e commit f5265a4
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 f5265a4

Please sign in to comment.