Skip to content

Commit 267a4dc

Browse files
committed
Remove java
1 parent 1735a8b commit 267a4dc

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/run-all-unit-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- run: npm ci
3434
- run: npx tsx scripts/cleanup-github-actions.ts
3535

36+
- name: Setup tmate session
37+
uses: mxschmitt/action-tmate@v3
38+
3639
- name: Run tests (macOS - zsh login shell)
3740
if: runner.os == 'macOS'
3841
shell: zsh {0}
@@ -49,6 +52,3 @@ jobs:
4952
if: runner.os == 'Linux'
5053
run: npm run test -- ./test --no-file-parallelism --silent=passed-only
5154

52-
- name: Setup tmate session
53-
uses: mxschmitt/action-tmate@v3
54-

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"devDependencies": {
5959
"@anthropic-ai/claude-agent-sdk": "^0.2.97",
6060
"@apidevtools/json-schema-ref-parser": "^11.7.2",
61-
"@codifycli/plugin-test": "1.1.0-beta2",
61+
"@codifycli/plugin-test": "1.1.0-beta3",
6262
"@fastify/merge-json-schemas": "^0.2.0",
6363
"@oclif/prettier-config": "^0.2.1",
6464
"@oclif/test": "^3",

scripts/cleanup-github-actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ if (Utils.isLinux()) {
2828
{ type: 'aws-cli' },
2929
]);
3030

31-
await testSpawn('brew uninstall google-chrome pipx $(brew list | grep -E \'^python(@|$)\') $(brew list | grep -E \'^ruby(@|$)\') aws-sam-cli azure-cli rustup git-lfs', { interactive: true });
31+
await testSpawn('brew uninstall google-chrome pipx $(brew list | grep -E \'^python(@|$)\') $(brew list | grep -E \'^ruby(@|$)\') aws-sam-cli azure-cli rustup git-lfs $(brew list | grep -E \'^openjdk(@|$)\')', { interactive: true });
3232

3333
}

0 commit comments

Comments
 (0)