We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe5a06 commit 9d9f526Copy full SHA for 9d9f526
1 file changed
.github/workflows/test-tar.yml
@@ -36,6 +36,7 @@ jobs:
36
working-directory: ${{ env.CHECKOUT_DIR }}
37
38
# The spec is under a BSD license see https://github.com/cloudflare/api-schemas
39
+# upstream fetches this at test time in scripts/mock
40
- name: fetch cloudflare api spec
41
run: wget $(yq -e '.openapi_spec_url' .stats.yml) -O cloudflare-spec.yml
42
0 commit comments