Skip to content

Commit

Permalink
ci: run tests before release
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Oct 24, 2024
1 parent 4df5008 commit f749dfc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:


jobs:

Run-Tests:
uses: ./.github/workflows/verify.yaml
secrets: inherit

Release:
needs: [ Run-Tests ]
uses: eclipse-edc/.github/.github/workflows/technology-release.yml@main
secrets: inherit

0 comments on commit f749dfc

Please sign in to comment.