Skip to content

Commit faee4fd

Browse files
committed
Remove redundant output of mcp-config.json in copilot-test-tools workflow
1 parent 85aa583 commit faee4fd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/copilot-test-tools.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,12 @@ jobs:
2525
}
2626
}
2727
}' > /home/runner/.config/.copilot/mcp-config.json
28-
cat /home/runner/.config/.copilot/mcp-config.json
2928
- run: copilot -p "$PROMPT" --allow-all-tools --log-level debug --log-dir ~/.copilot/logs
3029
id: copilot
3130
env:
3231
GH_TOKEN: ${{ secrets.PAT }}
3332
PROMPT: |
3433
list all your tools.
35-
- run: cat /home/runner/.config/.copilot/mcp-config.json
3634
- uses: actions/upload-artifact@v4
3735
with:
3836
name: copilot-logs

0 commit comments

Comments
 (0)