Skip to content

Commit d38289e

Browse files
committed
add ava tests to ci
1 parent 814326c commit d38289e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/checkin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ jobs:
2020
|| (echo "##[error] found changed files after build. please 'npm run build && npm run format'" \
2121
"and check in all changes" \
2222
&& exit 1)
23+
24+
- name: "npm test"
25+
run: npm test

0 commit comments

Comments
 (0)