2
0
mirror of https://github.com/offen/website.git synced 2024-11-22 09:00:28 +01:00

Merge pull request #25 from offen/test-coverage

Increase unit test coverage
This commit is contained in:
Frederik Ring 2019-06-07 21:45:03 +02:00 committed by GitHub
commit 35b221b03d

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
@ -140,6 +143,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