Compare commits

...

4 commits

Author SHA1 Message Date
Pierre 'McFly' Marty 3d48e9820c
Merge 0bc02c7c69 into c8380d9552 2025-07-21 11:07:20 +01:00
Pierre 'McFly' Marty 0bc02c7c69
doc(changelog): details the CI build-openapi update
Signed-off-by: Pierre 'McFly' Marty <pmarty@linagora.com>
2025-07-08 17:25:58 +02:00
Pierre 'McFly' Marty ebc9cc7aa6
chore(build-openapi): fixes typo in artifacts folder name
Signed-off-by: Pierre 'McFly' Marty <pmarty@linagora.com>
2025-07-08 16:22:07 +02:00
Pierre 'McFly' Marty 5cf3c35c2d
ci(build-openapi): indentity routes were missing
Signed-off-by: Pierre 'McFly' Marty <pmarty@linagora.com>
2025-07-08 12:08:19 +02:00
2 changed files with 6 additions and 0 deletions

View file

@ -155,6 +155,11 @@ jobs:
--api server-server \
-r "$RELEASE" \
-o spec/server-server-api/api.json
scripts/dump-openapi.py \
--base-url "https://spec.matrix.org${{ needs.calculate-baseurl.outputs.baseURL }}" \
--api identity \
-r "$RELEASE" \
-o spec/identity-service-api/api.json
tar -czf openapi.tar.gz spec
- name: "📤 Artifact upload"
uses: actions/upload-artifact@v4

View file

@ -0,0 +1 @@
GitHub actions are now building the OpenAPI `spec/identity-service-api/api.json` file.