We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91654a2 commit 211624bCopy full SHA for 211624b
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") {
+ if (GITHUB_REPOSITORY === "getredash/redash" || GITHUB_REPOSITORY === "myonlylonely/redash-custom") {
67
process.env.CYPRESS_OPTIONS = "--record";
68
}
69
0 commit comments