Skip to content

Commit acad9fa

Browse files
committed
chore: run the tests on the release before publishing
1 parent 66ea188 commit acad9fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,16 @@ jobs:
6666
- uses: actions/setup-node@v2
6767
with:
6868
node-version: "12.x"
69+
6970
- name: NPM install
7071
run: npm install
72+
7173
- name: Build and Commit
7274
run: npm run build-commit
75+
76+
- name: Run the tests on the release
77+
run: npm run test
78+
7379
- name: Release 🎉
7480
uses: cycjimmy/semantic-release-action@v2
7581
with:

0 commit comments

Comments
 (0)