mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 00:27:16 +03:00
693811fc32
Fixes random timeout failures on CI.
```
INFO ide_ci::program::command: sbtℹ️ up to date, audited 98 packages in 3s
```
`npm install` takes 3s of test time doing unnecessary package auditing. On CI the command is executed once before running the tests and redundant `npm install` calls can be omitted.
|
||
---|---|---|
.. | ||
main/scala/org/enso/librarymanager/published/repository | ||
test/scala/org/enso |