Skip to content

Commit

Permalink
Add some debugging info to help see why this isn't working on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Dec 10, 2024
1 parent 8c1d362 commit 3384969
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/integration-tests/attachRemote.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ describe('attach remote', function () {
const portStr = accumulatedStderr
.substr(index + LISTENING_ON_PORT.length, 6)
.trim();
console.log(accumulatedStderr)
console.log(portStr)
resolve(parseInt(portStr, 10));
}
});
Expand Down

0 comments on commit 3384969

Please sign in to comment.