Skip to content

Commit

Permalink
feat: create open api spec on build
Browse files Browse the repository at this point in the history
Refs: #256
  • Loading branch information
Phil91 committed Sep 27, 2024
1 parent f08ddd5 commit dfd7eac
Show file tree
Hide file tree
Showing 27 changed files with 985 additions and 124 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit.tests-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
- name: Check Format
run: dotnet format src --verify-no-changes --no-restore
- name: Test
run: dotnet test src --no-restore --verbosity normal
run: dotnet test src --no-build --no-restore --configuration Release --verbosity normal
2 changes: 2 additions & 0 deletions .tractusx
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@

product: "SSI Credential Issuer"
leadingRepository: "https://github.com/eclipse-tractusx/ssi-credential-issuer"
openApiSpecs:
- "https://raw.githubusercontent.com/eclipse-tractusx/ssi-credential-issuer/refs/tags/v1.2.0-alpha.2/docs/api/issuer-service.yaml"
Loading

0 comments on commit dfd7eac

Please sign in to comment.