There was an error while loading. Please reload this page.
1 parent 90638b5 commit 9379c4aCopy full SHA for 9379c4a
.github/workflows/mavenpublish.yml
@@ -48,7 +48,7 @@ jobs:
48
-s "Started Application" \
49
java -jar target/spring-boot-0.0.1-SNAPSHOT.jar)
50
curl localhost:8080 | grep "Greetings from Spring Boot!"
51
- util/bench.sh http://localhost:8080
+ utils/bench.sh http://localhost:8080
52
kill $P
53
54
- name: Download JDK
@@ -88,7 +88,7 @@ jobs:
88
-s "restore-finish" \
89
jdk/bin/java -Zrestore:cr)
90
91
92
93
- run:
94
timeout 3 bash -c "jdk/lib/javatime ; jdk/bin/java -Zrestore:cr"
0 commit comments