We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c3ffd commit fb26583Copy full SHA for fb26583
.github/workflows/build_test.service.yaml
@@ -76,5 +76,6 @@ jobs:
76
- name: test service with node ${{ matrix.node }}
77
run: |
78
cd service
79
- npm run ci:test
+ npm ci
80
+ npm test
81
# TODO: restore coveralls test coverage report - see buildAndTest.yml
0 commit comments