Skip to content

Commit 670fb3f

Browse files
committed
fix: releases now depend on tests + build
1 parent 8485891 commit 670fb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
packages: write
8585
if: github.event_name == 'push'
8686
runs-on: ubuntu-latest
87-
needs: [build] # needs: [test, build]
87+
needs: [test, build]
8888
steps:
8989
- uses: actions/checkout@v3
9090
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)