We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc25ace commit 6c60f98Copy full SHA for 6c60f98
2 files changed
.github/workflows/maven.yaml
@@ -27,4 +27,6 @@ jobs:
27
- name: Spring Boot Performance Bottleneck build
28
run: cd examples/spring-boot-performance-bottleneck-demo && ./mvnw --batch-mode --no-transfer-progress package --file pom.xml
29
- name: Spring Boot JMeter build
30
- run: cd examples/spring-boot-jmeter-demo && ./mvnw --batch-mode --no-transfer-progress package --file pom.xml
+ run: cd examples/spring-boot-jmeter-demo && ./mvnw --batch-mode --no-transfer-progress package --file pom.xml
31
+ - name: Quarkus build
32
+ run: cd examples/quarkus-demo && ./mvnw --batch-mode --no-transfer-progress package --file pom.xml
examples/spring-boot-demo/implementation/run-with-profiler.sh
100755
100644
0 commit comments