harbor/tests/ci/ui_ut_run.sh
Daniel Jiang 0f0e27179b Remove dependency on travis-ci
Github actions work fine, we no longer needs travi-ci to trigger the
tests.
This commit removes it.

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2020-03-09 01:30:38 +08:00

9 lines
175 B
Bash
Executable File

#!/bin/bash
set -x
set -e
cd ./src/portal
npm install -g -q --no-progress @angular/cli
npm install -g -q --no-progress karma
npm install -q --no-progress
npm run test && cd -