Skip to content

Commit

Permalink
Merge pull request #11088 from renanfranca/897-add-vue-jwt-and-vueoau…
Browse files Browse the repository at this point in the history
…th2app-at-the-matrix-in-github-actions

add `vuejwtapp` and `vueoauth2app` at the matrix in `github-actions.yml`
  • Loading branch information
pascalgrimaud authored Oct 11, 2024
2 parents 0d2c365 + 71d8dbf commit 9450e0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ jobs:
- neo4japp
- angularapp
- reactapp
- vueapp
- vuejwtapp
- vueoauth2app
- kafkaapp
- pulsarapp
- reactiveapp
Expand All @@ -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
Expand Down
16 changes: 0 additions & 16 deletions tests-ci/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9450e0b

Please sign in to comment.