Skip to content

Commit 5f079ba

Browse files
committed
final touches
1 parent b40d702 commit 5f079ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
echo "BEFORE=$git_status" >> $GITHUB_ENV
102102
echo "Repository status before tests: $git_status"
103103
104-
- name: Clone Services & Apply Universal Patch
104+
- name: Clone Services
105105
if: matrix.os == 'ubuntu-latest'
106106
run: |
107107
git clone --depth 1 https://github.com/openml/services.git
@@ -116,7 +116,7 @@ jobs:
116116
timeout 60s bash -c 'until [ "$(docker inspect -f {{.State.Health.Status}} openml-php-rest-api)" == "healthy" ]; do sleep 5; done'
117117
118118
echo "Final Verification: Gateway Connectivity..."
119-
curl -sSf http://localhost:8000/api/v1/xml/data/1 > /dev/null
119+
curl -sSfL http://localhost:8000/api/v1/xml/data/1 | head -n 15
120120
121121
- name: Show installed dependencies
122122
run: python -m pip list

0 commit comments

Comments
 (0)