We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac8abe commit 3c69a67Copy full SHA for 3c69a67
.github/workflows/ci.yml
@@ -18,6 +18,7 @@ jobs:
18
node-version: 12.x
19
- run: yarn install --ignore-engines
20
- run: yarn lint:nofix
21
+ - run: yarn test
22
# 💀💀💀💀cannot run coveralls since GH won't pass COVERALLS_REPO_TOKEN to forks; so any PRs from external contributors would fail
23
# - run: yarn coveralls
24
# env:
0 commit comments