This is an automated email from the ASF dual-hosted git repository.

mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 11de3927a1 CI: enable java.editor.base tests.
     new 2c9616628f Merge pull request #6543 from 
mbien/ci-enable-java-editor-base-tests
11de3927a1 is described below

commit 11de3927a185e048d33a846f8b3ac9b4525c7ff1
Author: Michael Bien <[email protected]>
AuthorDate: Sat Oct 7 11:09:17 2023 +0200

    CI: enable java.editor.base tests.
---
 .github/workflows/main.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a3cf335221..13521bf848 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to