Skip to content

Commit 92882ec

Browse files
committed
Run tests before releasing
1 parent d3d0e97 commit 92882ec

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ concurrency:
77
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
88
cancel-in-progress: true
99
jobs:
10+
tests:
11+
uses: ./.github/workflows/tests.yml
12+
secrets: inherit
1013
deploy:
14+
needs: tests
1115
runs-on: ubuntu-latest
1216
container:
1317
image: node:22-slim

0 commit comments

Comments
 (0)