Skip to content

Commit ef10891

Browse files
committed
ci: added testing to release workflow
1 parent 3c5f77e commit ef10891

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
env:
4141
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4242

43+
- name: Build project and run tests
44+
run: yarn run run-tests
45+
4346
- name: Build project
4447
run: yarn build
4548

0 commit comments

Comments
 (0)