We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4c344 commit ca54e20Copy full SHA for ca54e20
1 file changed
.github/workflows/test-monai-deploy-express.yml
@@ -49,6 +49,10 @@ jobs:
49
run: |
50
curl http://localhost:5002/health
51
52
+ - name: Wait for Services to be Ready
53
+ run: |
54
+ sleep 30s
55
+
56
- name: Register Hello World Workflow
57
working-directory: ./deploy/monai-deploy-express
58
0 commit comments