We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40d702 commit 5f079baCopy full SHA for 5f079ba
1 file changed
.github/workflows/test.yml
@@ -101,7 +101,7 @@ jobs:
101
echo "BEFORE=$git_status" >> $GITHUB_ENV
102
echo "Repository status before tests: $git_status"
103
104
- - name: Clone Services & Apply Universal Patch
+ - name: Clone Services
105
if: matrix.os == 'ubuntu-latest'
106
run: |
107
git clone --depth 1 https://github.com/openml/services.git
@@ -116,7 +116,7 @@ jobs:
116
timeout 60s bash -c 'until [ "$(docker inspect -f {{.State.Health.Status}} openml-php-rest-api)" == "healthy" ]; do sleep 5; done'
117
118
echo "Final Verification: Gateway Connectivity..."
119
- curl -sSf http://localhost:8000/api/v1/xml/data/1 > /dev/null
+ curl -sSfL http://localhost:8000/api/v1/xml/data/1 | head -n 15
120
121
- name: Show installed dependencies
122
run: python -m pip list
0 commit comments