Skip to content

Commit

Permalink
add ava tests to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mymindstorm committed Feb 1, 2021
1 parent 814326c commit d38289e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ jobs:
|| (echo "##[error] found changed files after build. please 'npm run build && npm run format'" \
"and check in all changes" \
&& exit 1)
- name: "npm test"
run: npm test

0 comments on commit d38289e

Please sign in to comment.