We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6bf1de commit 9d4b975Copy full SHA for 9d4b975
client/cypress/cypress.js
@@ -63,7 +63,7 @@ function runCypressCI() {
63
CYPRESS_OPTIONS, // eslint-disable-line no-unused-vars
64
} = process.env;
65
66
- if (GITHUB_REPOSITORY === "getredash/redash" && process.env.CYPRESS_RECORD_KEY) {
+ if ((GITHUB_REPOSITORY === "getredash/redash" || GITHUB_REPOSITORY === "myonlylonely/redash-custom") && process.env.CYPRESS_RECORD_KEY) {
67
process.env.CYPRESS_OPTIONS = "--record";
68
}
69
0 commit comments