mirror of
https://github.com/jambonz/sbc-outbound.git
synced 2025-12-19 04:27:45 +00:00
ci: more debug
This commit is contained in:
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@@ -15,6 +15,6 @@ jobs:
|
||||
- run: npm install
|
||||
- run: docker pull drachtio/sipp:latest
|
||||
- run: npm run jslint
|
||||
- run: npm test
|
||||
- run: DEBUG=jambonz:* npm test
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
const { spawn } = require('child_process');
|
||||
const debug = require('debug')('test:sipp');
|
||||
const debug = require('debug')('jambonz:ci');
|
||||
let network;
|
||||
const obj = {};
|
||||
let output = '';
|
||||
@@ -46,7 +46,7 @@ obj.sippUac = (file, opts) => {
|
||||
'sbc'
|
||||
]);
|
||||
|
||||
//console.log(`args: ${args}`);
|
||||
debug(`args: ${args}`);
|
||||
clearOutput();
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
|
||||
Reference in New Issue
Block a user