ci: fixed ci pipeline step, forgot the run keyword

This commit is contained in:
2023-01-09 22:07:15 +01:00
parent 6d17aa3ddf
commit e7bdc41803
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ steps:
- name: test
image: node:19.4.0
commands:
- npm test:coverage
- npm run test:coverage
- name: build
image: node:19.4.0