1
0
mirror of https://github.com/goharbor/harbor.git synced 2024-12-23 09:08:26 +01:00
harbor/tests/travis/ui_ut_run.sh
Ziming e32649adb4 enhance[cicd] introduce github action for CICD
In order to replace travis.
Implement 5 CI jobs
- UTTEST
- APITEST_DB
- APITEST_LDAP
- OFFLINE
- UI_UT

Signed-off-by: Ziming Zhang <zziming@vmware.com>
2019-12-17 18:36:33 +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 -