Skip to content

Commit

Permalink
chore(ci): add lint and typecheck to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Oct 20, 2020
1 parent 0f98611 commit 612e74c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -29,6 +29,8 @@ jobs:
node-version: 10.x
- run: yarn
- run: yarn build
- run: yarn test:typecheck
- run: yarn test:lint
- run: yarn test:unit
- if: ${{ failure() }}
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -83,5 +85,7 @@ jobs:
google-chrome-stable --version
- run: yarn
- run: yarn build
- run: yarn test:typecheck
- run: yarn test:lint
- name: Run yarn test:unit
run: yarn test:unit || yarn test:unit || yarn test:unit

0 comments on commit 612e74c

Please sign in to comment.