Skip to content

Commit 86b49c2

Browse files
committed
Run tests in CI
1 parent 1bd8451 commit 86b49c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nodejs-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ jobs:
2626
cache: "yarn"
2727
- name: Install modules
2828
run: yarn install --frozen-lockfile
29+
- run: yarn test --runInBand
30+
- run: curl -Os https://uploader.codecov.io/latest/linux/codecov
31+
- run: chmod +x codecov
32+
- run: ./codecov

0 commit comments

Comments
 (0)