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