From 10ff033359f02399c3535f02868458a675eb3465 Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Fri, 7 Jun 2019 15:01:39 +0200 Subject: [PATCH] increase test coverage for shared javascript packages --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 925d765..94be257 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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