Skip to content

Commit

Permalink
skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 20, 2024
1 parent 32f2648 commit 4fb7473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/server/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ export default class JHipsterServerGenerator extends BaseApplicationGenerator {
'backend:start': `./mvnw${excludeWebapp}`,
'java:jar': './mvnw -ntp verify -DskipTests --batch-mode',
'java:war': './mvnw -ntp verify -DskipTests --batch-mode -Pwar',
'java:docker': './mvnw -ntp spring-boot:build-image',
'java:docker': './mvnw -ntp spring-boot:build-image -DskipTests',
'java:docker:arm64': 'npm run java:docker',
'backend:unit:test': `./mvnw -ntp${excludeWebapp} verify --batch-mode ${javaCommonLog} ${javaTestLog}`,
'backend:build-cache': './mvnw dependency:go-offline -ntp',
Expand Down

0 comments on commit 4fb7473

Please sign in to comment.