Skip to content

Commit

Permalink
refactor: transfer e2e tests (#4002)
Browse files Browse the repository at this point in the history
* build: publish autodoc output on github pages (#3993)

* refactor: end to end transfer tests
  • Loading branch information
ndr-brt authored Mar 14, 2024
1 parent 34467ea commit df48c3e
Show file tree
Hide file tree
Showing 9 changed files with 647 additions and 574 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-edc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
outputs:
edc-version: ${{ env.EDC_VERSION }}

publish-autodoc:
needs: Prepare-Release
uses: eclipse-edc/.github/.github/workflows/publish-autodoc.yml@main
secrets: inherit
with:
version: ${{ needs.Prepare-Release.outputs.edc-version }}

publish-openapi-ui:
needs: Prepare-Release
uses: eclipse-edc/.github/.github/workflows/publish-openapi-ui.yml@main
Expand Down

This file was deleted.

Loading

0 comments on commit df48c3e

Please sign in to comment.