You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
committed by
GitHub
parent
9c19cd48fe
commit
ec83855938
@ -47,7 +47,7 @@ if (env["GITHUB_ACTIONS"] !== undefined) {
|
|||||||
|
|
||||||
// if we're running against the develop branch, also enable the slow test reporter
|
// if we're running against the develop branch, also enable the slow test reporter
|
||||||
if (env["GITHUB_REF"] == "refs/heads/develop") {
|
if (env["GITHUB_REF"] == "refs/heads/develop") {
|
||||||
reporters.push("<rootDir>/spec/slowReporter.js");
|
reporters.push("<rootDir>/test/slowReporter.js");
|
||||||
}
|
}
|
||||||
config.reporters = reporters;
|
config.reporters = reporters;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user