Skip to content

Commit

Permalink
requests tests before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomontero committed Oct 10, 2024
1 parent c708667 commit 9a37e99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
tags:
- v*
jobs:
call-tests:
uses: ./.github/workflows/reusable-tests.yml
secrets: inherit
call-build:
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
needs: call-tests
call-publish-v2:
uses: ./.github/workflows/reusable-publish-v2.yml
secrets: inherit
Expand Down

0 comments on commit 9a37e99

Please sign in to comment.