Skip to content

Commit 552eb5e

Browse files
authored
chore: only release if tests pass (#357)
We've generally been lucky that builds are slower than integration tests, but we need explicit ordering here Signed-off-by: Danny Kopping <[email protected]>
1 parent ea1c3d7 commit 552eb5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
7070
goreleaser:
7171
runs-on: ubuntu-latest
72+
needs: test
7273
steps:
7374
- name: Checkout
7475
uses: actions/checkout@v4

0 commit comments

Comments
 (0)