Skip to content

Commit 3391857

Browse files
committed
fix: remove java from regression
1 parent d83a028 commit 3391857

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
#if: "!contains(github.event.pull_request.title, '[NO-REGRESSION-TEST]')"
1515
env:
16-
LANGS: "go rust python java typescript"
16+
LANGS: "go rust python typescript"
1717
DIFFJSON_IGNORE: " ['id'] ['Path'] "
1818
steps:
1919
- name: Checkout pull request code

0 commit comments

Comments
 (0)