Skip to content

Commit f2836f1

Browse files
committed
minor fix workflow
1 parent 71f1d80 commit f2836f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bootjar_testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
run: |
4141
echo -e "\n\n\n\n\n\nok\nyes" | java -jar "$JAR_PATH" &
4242
echo $! > server.pid
43-
sleep 30 # Give the server time to start
43+
sleep 20 # Give the server time to start
4444
4545
- name: hurl install
4646
uses: gacts/install-hurl@v1
4747
- name: hurl tests
48-
run: hurl --variable host=http://localhost --test integration_tests/*.hurl --verbose --error-format=long --continue-on-error
48+
run: hurl --variable host=http://localhost:8080 --test integration_tests/*.hurl --verbose --error-format=long --continue-on-error

0 commit comments

Comments
 (0)