We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53dc0e5 commit 19f0a49Copy full SHA for 19f0a49
.github/workflows/bootjar_testing.yml
@@ -30,15 +30,10 @@ jobs:
30
- name: Build bootable JAR (skip tests)
31
run: ./gradlew bootJar -x test
32
33
- - name: Find JAR file
34
- id: find-jar
35
- run: |
36
- echo "JAR_PATH=$(find build/libs -name '*.jar' | head -n 1)" >> $GITHUB_ENV
37
-
38
- name: Run JAR with auto-input
39
shell: bash
40
run: |
41
- echo -e "\n\n\n\n\n\nok\nyes" | java -jar "$JAR_PATH" &
+ echo -e "\n\n\n\n\n\nok\nyes" | java -jar build/libs/wap-server.jar &
42
echo $! > server.pid
43
sleep 20 # Give the server time to start
44
0 commit comments