2
0
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:
Frederik Ring 2019-06-07 15:56:57 +02:00
parent 10ff033359
commit b42f410360

View File

@ -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