Skip to content

Commit

Permalink
remove typecheck step
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaugat committed Jul 14, 2024
1 parent 5b04f32 commit 3f83c07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
- run: yarn
- run: yarn test
- run: yarn typecheck

0 comments on commit 3f83c07

Please sign in to comment.