mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +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
|
path: ~/offen
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: offen-packages-{{ checksum "package.json" }}
|
key: offen-packages-{{ checksum "package.json" }}
|
||||||
|
- run:
|
||||||
|
name: Install lsof
|
||||||
|
command: sudo apt-get install lsof
|
||||||
- run:
|
- run:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
command: npm install
|
command: npm install
|
||||||
|
Loading…
Reference in New Issue
Block a user