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

View File

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