This is an automated email from the ASF dual-hosted git repository. sdedic pushed a commit to branch sdedic/feature/project-dependency-add_base2 in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 27703bdefb7ed82a72657fe87b6c155e8897cb06 Author: Svata Dedic <[email protected]> AuthorDate: Fri Dec 15 07:46:05 2023 +0100 Add gradle.dependencies and maven.refactoring to the BuildTools testsuite --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 48f33b525d..94197c0c55 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -859,6 +859,9 @@ jobs: - name: java/maven.indexer run: ant $OPTS -f java/maven.indexer test + - name: java/maven.refactoring + run: ant $OPTS -f java/maven.refactoring test + - name: java/maven.junit run: ant $OPTS -f java/maven.junit test @@ -913,6 +916,9 @@ jobs: - name: extide/gradle run: ant $OPTS -f extide/gradle test + - name: java/gradle.dependencies + run: ant $OPTS -f java/gradle.dependencies test + - name: extide/o.apache.tools.ant.module run: ant $OPTS -f extide/o.apache.tools.ant.module test --------------------------------------------------------------------- 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
