This commit is contained in:
parent
f3c782e8d7
commit
25b68e7621
1 changed files with 4 additions and 4 deletions
|
@ -11,10 +11,10 @@ trigger:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: node:lts-alpine
|
image: node:lts-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm ci
|
- npm ci
|
||||||
- npm test
|
- npm test
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue