Skip to content

Commit 7c1e252

Browse files
committed
debug: verify harness file exists after build
1 parent 6ac69d3 commit 7c1e252

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/strands-command.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ jobs:
115115
npm run build
116116
npm run build:harness
117117
npm install -g "$(npm pack | tail -1)"
118+
echo "--- Verifying harness exists ---"
119+
ls -la dist/mcp-harness/index.mjs
120+
node -e "require('fs').accessSync('${{ github.workspace }}/dist/mcp-harness/index.mjs'); console.log('File accessible')"
118121
119122
- name: Set MCP harness path
120123
if: steps.process-inputs.outputs.mode == 'tester'

0 commit comments

Comments
 (0)