mirror of
https://github.com/offen/website.git
synced 2024-11-22 01:00:26 +01:00
increase test coverage for shared javascript packages
This commit is contained in:
parent
e324f39bf7
commit
10ff033359
@ -140,6 +140,9 @@ jobs:
|
||||
path: ~/offen
|
||||
- restore_cache:
|
||||
key: offen-packages-{{ checksum "package.json" }}
|
||||
- run:
|
||||
name: Install lsof
|
||||
command: sudo apt-get install lsof
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: npm install
|
||||
|
Loading…
Reference in New Issue
Block a user