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 4274226 commit f479e7cCopy full SHA for f479e7c
.github/workflows/test.yml
@@ -107,18 +107,16 @@ jobs:
107
--set config.BinderHub.hub_url_local=http://proxy-public \
108
--set config.BinderHub.access_token=$GITHUB_ACCESS_TOKEN
109
110
- - name: Wait for JupyterHub to be ready
111
- timeout-minutes: 10
+ - name: Await and curl JupyterHub
112
run: |
113
. ci/common
114
await_jupyterhub
115
116
echo curl http://localhost:30902/hub/api/ should print the JupyterHub version
117
curl http://localhost:30902/hub/api/ --max-time 5 --retry 5 --retry-delay 1 --retry-connrefused
118
119
- - name: Wait for BinderHub to be ready
+ - name: Await and curl BinderHub
120
if: matrix.test == 'helm'
121
122
123
124
await_binderhub
0 commit comments