Skip to content

Commit

Permalink
Move up typecheck for github-actions
Browse files Browse the repository at this point in the history
Ref: #60
  • Loading branch information
projkov committed Nov 27, 2023
1 parent aa5e27d commit b37c539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
node-version: 16
- name: Install deps
run: yarn install --network-concurrency 1
- run: ./run_test.sh
- run: yarn run typecheck
- run: ./run_test.sh
- run: yarn build:web
Release:
needs: Test
Expand Down

0 comments on commit b37c539

Please sign in to comment.