Skip to content

Commit 4c87e0e

Browse files
authored
ci(build-openapi): indentity routes were missing (#2172)
1 parent 3e1e9fa commit 4c87e0e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@ jobs:
155155
--api server-server \
156156
-r "$RELEASE" \
157157
-o spec/server-server-api/api.json
158+
scripts/dump-openapi.py \
159+
--base-url "https://spec.matrix.org${{ needs.calculate-baseurl.outputs.baseURL }}" \
160+
--api identity \
161+
-r "$RELEASE" \
162+
-o spec/identity-service-api/api.json
158163
tar -czf openapi.tar.gz spec
159164
- name: "📤 Artifact upload"
160165
uses: actions/upload-artifact@v4
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GitHub actions are now building the OpenAPI `spec/identity-service-api/api.json` file.

0 commit comments

Comments
 (0)