We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78ea812 + 327d1bb commit 9582d0bCopy full SHA for 9582d0b
1 file changed
.github/workflows/fetch-oas.yml
@@ -38,6 +38,10 @@ jobs:
38
DJANGO_VERSION: ${{ env.release_version }}-alpine
39
NGINX_VERSION: ${{ env.release_version }}-alpine
40
41
+ - name: Wait for Dojo to be ready
42
+ run: |
43
+ timeout 120 bash -c 'until curl -f http://localhost:8080/api/v2/oa3/schema/; do sleep 10; done'
44
+
45
- name: Download OpenAPI Specifications
46
run: |-
47
wget 'http://localhost:8080/api/v2/oa3/schema/?format=${{ matrix.file-type }}' -O oas.${{ matrix.file-type }} --tries=10 --retry-on-http-error=502
0 commit comments