Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-hearts committed Feb 3, 2024
1 parent ad51415 commit b69167e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: pnpm

- name: Install Deps
uses: pnpm i
run: pnpm i

- name: Lint
run: pnpm eslint
Expand All @@ -52,7 +52,7 @@ jobs:
cache: pnpm

- name: Install Deps
uses: pnpm i
run: pnpm i

- name: Test
run: pnpm test

0 comments on commit b69167e

Please sign in to comment.