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 6325468 commit a427b11Copy full SHA for a427b11
.github/workflows/archive-native-netty-plot.yml
@@ -38,7 +38,7 @@ jobs:
38
# re-package project to include new reachability metadata collected by agent
39
mvn --no-transfer-progress package
40
native-image -jar target/netty-plot-0.1-jar-with-dependencies.jar
41
- du -h netty-plot
42
- ./netty-plot &
+ du -h netty-plot-0.1-jar-with-dependencies
+ ./netty-plot-0.1-jar-with-dependencies &
43
sleep 10
44
curlhttp://127.0.0.1:8080/
0 commit comments