Skip to content

Commit

Permalink
Merge pull request #6543 from mbien/ci-enable-java-editor-base-tests
Browse files Browse the repository at this point in the history
CI: Enable java.editor.base tests.
  • Loading branch information
mbien authored Oct 7, 2023
2 parents e28513d + 11de392 commit 2c96166
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1323,6 +1323,10 @@ jobs:
if: env.test_java == 'true' && success()
run: ant $OPTS -f java/java.completion test

- name: java.editor.base
if: env.test_java == 'true' && success()
run: ant $OPTS -f java/java.editor.base test

- name: java.editor
if: env.test_java == 'true' && success()
run: .github/retry.sh ant $OPTS -f java/java.editor test-unit
Expand Down

0 comments on commit 2c96166

Please sign in to comment.