Skip to content

Commit fb26583

Browse files
committed
test
1 parent e5c3ffd commit fb26583

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_test.service.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@ jobs:
7676
- name: test service with node ${{ matrix.node }}
7777
run: |
7878
cd service
79-
npm run ci:test
79+
npm ci
80+
npm test
8081
# TODO: restore coveralls test coverage report - see buildAndTest.yml

0 commit comments

Comments
 (0)