Skip to content

Commit 99a1c56

Browse files
Update build.yml
1 parent 24a9a0f commit 99a1c56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
- run: yarn install --frozen-lockfile
2929
- run: yarn build
30+
- run: yarn test:cov
31+
32+
- name: Coveralls
33+
uses: coverallsapp/github-action@master
34+
with:
35+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)