Skip to content

Commit

Permalink
Always run job 'test' in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Jul 26, 2024
1 parent bb516f7 commit 0acde6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ jobs:

needs: build # previous job 'build' need to be finished first

if: always() # start this job even if the previous job failed

timeout-minutes: 30

strategy:
Expand Down

0 comments on commit 0acde6e

Please sign in to comment.