mirror of
https://github.com/vector-im/element-web.git
synced 2026-01-10 02:51:08 +01:00
Fix the slow test reporter
Only runs on develop so we didn't notice
This commit is contained in:
parent
c14367478a
commit
91ddb1c5e7
@ -50,7 +50,7 @@ if (env["GITHUB_ACTIONS"] !== undefined) {
|
||||
|
||||
// if we're running against the develop branch, also enable the slow test reporter
|
||||
if (env["GITHUB_REF"] == "refs/heads/develop") {
|
||||
reporters.push("<rootDir>/test/slowReporter.cjs");
|
||||
reporters.push("<rootDir>/../../test/slowReporter.cjs");
|
||||
}
|
||||
config.reporters = reporters;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user