Merged PR 10: Set up CI with Azure Pipelines
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Eric Nguyen 2022-08-08 14:14:12 +00:00
parent 49a558589c
commit 60247d6f45
3 changed files with 28 additions and 2 deletions

View file

@ -8,7 +8,7 @@ steps:
commands:
- node ./test-server/node-http.js &
- npm install
- npm test
- npm run test:nowatch
---
kind: pipeline
@ -20,4 +20,4 @@ steps:
commands:
- node ./test-server/node-http.js &
- npm install
- npm test
- npm run test:nowatch