We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f1d80 commit f2836f1Copy full SHA for f2836f1
.github/workflows/bootjar_testing.yml
@@ -40,9 +40,9 @@ jobs:
40
run: |
41
echo -e "\n\n\n\n\n\nok\nyes" | java -jar "$JAR_PATH" &
42
echo $! > server.pid
43
- sleep 30 # Give the server time to start
+ sleep 20 # Give the server time to start
44
45
- name: hurl install
46
uses: gacts/install-hurl@v1
47
- name: hurl tests
48
- run: hurl --variable host=http://localhost --test integration_tests/*.hurl --verbose --error-format=long --continue-on-error
+ run: hurl --variable host=http://localhost:8080 --test integration_tests/*.hurl --verbose --error-format=long --continue-on-error
0 commit comments