Skip to content

Commit

Permalink
fix: Make tests run in actions (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
mobilutz authored Jul 13, 2020
1 parent dac8abe commit 3c69a67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
node-version: 12.x
- run: yarn install --ignore-engines
- run: yarn lint:nofix
- run: yarn test
# 💀💀💀💀cannot run coveralls since GH won't pass COVERALLS_REPO_TOKEN to forks; so any PRs from external contributors would fail
# - run: yarn coveralls
# env:
Expand Down

0 comments on commit 3c69a67

Please sign in to comment.