cic-internal-integration/apps/cic-meta/docker/run_tests.sh

8 lines
76 B
Bash
Raw Normal View History

2021-08-28 18:26:16 +02:00
#! /bin/bash
set -e
npm install --dev
npm run test
npm run test:coverage