Skip to content

Commit 3f9a94e

Browse files
committed
chore: let's test before publish
1 parent bfb8dec commit 3f9a94e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
node-version: 14
1919
- name: install
2020
run: yarn
21+
- name: test
22+
run: yarn test
2123
- name: build
2224
run: yarn build
2325
- name: publish

0 commit comments

Comments
 (0)