Skip to content

Commit 6f6811b

Browse files
committed
Set CI environment variable to true for Java SDK tests
1 parent 121a31b commit 6f6811b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,7 @@ jobs:
6565

6666
- name: Run Java SDK tests
6767
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"
68+
CI: "true"
7269
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}
7370
COPILOT_CLI_PATH: ${{ steps.setup-copilot.outputs.path }}
7471
run: mvn verify

0 commit comments

Comments
 (0)