ci: healthcheck for mysqldb

This commit is contained in:
Dave Horton
2020-12-14 13:36:29 -05:00
parent fdf334ec61
commit 3d2178897c
3 changed files with 11 additions and 10 deletions

View File

@@ -12,11 +12,9 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: docker pull drachtio/sipp:latest
- run: npm install
- run: npm run jslint
- name: run tests
run: DEBUG=jambonz:* npm test
shell: bash {0}
- run: pwd
- run: DEBUG=jambonz:* npm test