We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac69d3 commit 7c1e252Copy full SHA for 7c1e252
1 file changed
.github/workflows/strands-command.yml
@@ -115,6 +115,9 @@ jobs:
115
npm run build
116
npm run build:harness
117
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')"
121
122
- name: Set MCP harness path
123
if: steps.process-inputs.outputs.mode == 'tester'
0 commit comments