From 86b1b621c070712d7d2e3fb0ab14267fe44ba30f Mon Sep 17 00:00:00 2001 From: oznu Date: Sat, 15 Aug 2020 15:23:41 +1000 Subject: [PATCH] hb-service install in github actions vm --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 185625d95..646dab71a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,4 +28,5 @@ jobs: - run: npm run build:server - run: npm run lint:server - run: npm run test:e2e - - run: node dist/bin/hb-service.js -v \ No newline at end of file + - run: node dist/bin/hb-service.js -v + - run: node dist/bin/hb-service.js install \ No newline at end of file