mirror of
https://github.com/offen/website.git
synced 2024-11-22 01:00:26 +01:00
increase test coverage in script
This commit is contained in:
parent
10ff033359
commit
b42f410360
@ -100,6 +100,9 @@ jobs:
|
||||
path: ~/offen
|
||||
- restore_cache:
|
||||
key: offen-script-{{ 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