mirror of
https://github.com/yeslayla/run-gut-tests-action.git
synced 2026-02-19 02:42:37 +01:00
Test error checking
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -12213,6 +12213,8 @@ try {
|
|||||||
{ HostConfig: { Binds: [ process.cwd() + ":/project" ] }},
|
{ HostConfig: { Binds: [ process.cwd() + ":/project" ] }},
|
||||||
|
|
||||||
function (err, data, container) {
|
function (err, data, container) {
|
||||||
|
|
||||||
|
console.log("DATA: " + String(data))
|
||||||
|
|
||||||
if(err)
|
if(err)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user