Skip to content

Commit

Permalink
chore: improve ci
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Sep 13, 2024
1 parent 13c721c commit c909eec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@ jobs:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
${{ runner.os }}-pnpm-store-
- name: install
run: pnpm install

- name: test
run: pnpm test:ci

- name: typecheck
run: pnpm tsc

0 comments on commit c909eec

Please sign in to comment.