diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index c6cd49d823f..9bbd0a503b8 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -233,42 +233,14 @@ jobs: matrix: app: - fullapp - - oauth2app - - mysqlapp - - mariadbapp - - mssqlapp - - flywayapp - - undertowapp - - eurekaapp - - consulapp - - gatewayapp - - mongodbapp - - redisapp - - cassandraapp - - neo4japp - angularapp - reactapp - vueapp - - kafkaapp - - pulsarapp - - reactiveapp - - angularoauth2app - - customjhlite - - typescriptapp - - thymeleafapp include: - java-build-tool: maven - spring-config-format: yaml - java-version: 21 - node-version: 'lts/*' - - app: mariadbapp - spring-config-format: properties - - app: consulapp - java-version: 22 - - app: vueapp - node-version: 'latest' - - app: fullapp - java-build-tool: gradle steps: - name: 'Setup: checkout project from main branch' if: github.event_name == 'pull_request'