Skip to content

Commit 6c60f98

Browse files
committed
Updating pipeline
1 parent fc25ace commit 6c60f98

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/maven.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ jobs:
2727
- name: Spring Boot Performance Bottleneck build
2828
run: cd examples/spring-boot-performance-bottleneck-demo && ./mvnw --batch-mode --no-transfer-progress package --file pom.xml
2929
- name: Spring Boot JMeter build
30-
run: cd examples/spring-boot-jmeter-demo && ./mvnw --batch-mode --no-transfer-progress package --file pom.xml
30+
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

100755100644
File mode changed.

0 commit comments

Comments
 (0)