Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 99d5d66

Browse files
authored
ci: publish workflow wait for lint & test
1 parent d84f6aa commit 99d5d66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- run: npx yarn test
3333

3434
publish:
35+
needs: [test, lint]
3536
name: Publish to npm 🚢📦
3637
runs-on: ubuntu-latest
3738
steps:

0 commit comments

Comments
 (0)