Skip to content

Commit 3c69a67

Browse files
authored
fix: Make tests run in actions (#395)
1 parent dac8abe commit 3c69a67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
node-version: 12.x
1919
- run: yarn install --ignore-engines
2020
- run: yarn lint:nofix
21+
- run: yarn test
2122
# 💀💀💀💀cannot run coveralls since GH won't pass COVERALLS_REPO_TOKEN to forks; so any PRs from external contributors would fail
2223
# - run: yarn coveralls
2324
# env:

0 commit comments

Comments
 (0)