Skip to content

Commit 49f87be

Browse files
committed
run tests in publish workflow
1 parent 9e18b4b commit 49f87be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ permissions:
1515
id-token: write
1616

1717
jobs:
18+
test:
19+
uses: ./.github/workflows/tests.yml
20+
1821
publish:
1922
runs-on: ubuntu-latest
23+
needs: test
2024

2125
steps:
2226
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)