enso/lib/scala/library-manager-test/src
Dmitry Bushev 693811fc32
Disable npm install in tests on CI (#3620)
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.
2022-07-28 10:35:25 +00:00
..
main/scala/org/enso/librarymanager/published/repository Disable npm install in tests on CI (#3620) 2022-07-28 10:35:25 +00:00
test/scala/org/enso Add API for component groups (#3286) 2022-02-24 15:41:14 +03:00