Skip to content

Commit b391e33

Browse files
Temporary verbose curl output
1 parent b840c5c commit b391e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-e2e-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Wait for Weaviate to start
7070
run: |
7171
count=0
72-
until curl -s localhost:8080/v1/.well-known/ready; do
72+
until curl -v localhost:8080/v1/.well-known/ready; do
7373
exit_code=$?
7474
# Check if the exit code is 22 (HTTP failure) or 7 (connection refused)
7575
if [ $exit_code -eq 22 ] || [ $exit_code -eq 7 ]; then

0 commit comments

Comments
 (0)