We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121a31b commit 6f6811bCopy full SHA for 6f6811b
.github/workflows/build-test.yml
@@ -65,10 +65,7 @@ jobs:
65
66
- name: Run Java SDK tests
67
env:
68
- # Set CI=false to bypass a JSON parsing bug in the upstream SDK test harness
69
- # (replayingCapiProxy.ts:260-266 emitNoMatchingRequestWarning with empty body)
70
- # This can be removed once the upstream issue is fixed.
71
- CI: "false"
+ CI: "true"
72
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}
73
COPILOT_CLI_PATH: ${{ steps.setup-copilot.outputs.path }}
74
run: mvn verify
0 commit comments