diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 8a4c8e03c7e..a48d6949006 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -246,7 +246,8 @@ jobs: - neo4japp - angularapp - reactapp - - vueapp + - vuejwtapp + - vueoauth2app - kafkaapp - pulsarapp - reactiveapp @@ -263,7 +264,7 @@ jobs: spring-config-format: properties - app: consulapp java-version: 22 - - app: vueapp + - app: vuejwtapp node-version: 'latest' - app: fullapp java-build-tool: gradle diff --git a/tests-ci/generate.sh b/tests-ci/generate.sh index c9c9f6efc9e..eac8b7ee0f8 100755 --- a/tests-ci/generate.sh +++ b/tests-ci/generate.sh @@ -411,22 +411,6 @@ elif [[ $application == 'reactapp' ]]; then applyModules "react-jwt" -elif [[ $application == 'vueapp' ]]; then - init_server - spring_boot_mvc - sonar_back_front - - frontend_server_plugin - applyModules \ - "typescript" \ - "prettier" \ - "vue-core" \ - "vue-i18next" \ - "vue-pinia" \ - "vue-oauth2-keycloak" \ - "playwright-component-tests" \ - "cypress-e2e" - elif [[ $application == 'vuejwtapp' ]]; then init_server spring_boot_mvc