Skip to content

Commit 9379c4a

Browse files
committed
Update workflow
1 parent 90638b5 commit 9379c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mavenpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
-s "Started Application" \
4949
java -jar target/spring-boot-0.0.1-SNAPSHOT.jar)
5050
curl localhost:8080 | grep "Greetings from Spring Boot!"
51-
util/bench.sh http://localhost:8080
51+
utils/bench.sh http://localhost:8080
5252
kill $P
5353
5454
- name: Download JDK
@@ -88,7 +88,7 @@ jobs:
8888
-s "restore-finish" \
8989
jdk/bin/java -Zrestore:cr)
9090
curl localhost:8080 | grep "Greetings from Spring Boot!"
91-
util/bench.sh http://localhost:8080
91+
utils/bench.sh http://localhost:8080
9292
kill $P
9393
- run:
9494
timeout 3 bash -c "jdk/lib/javatime ; jdk/bin/java -Zrestore:cr"

0 commit comments

Comments
 (0)