Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Dec 13, 2024
1 parent 4cb27a1 commit 9aff79e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Build
run: pnpm build

- name: Type Check
run: pnpm test:attw

test:
runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -61,6 +64,3 @@ jobs:

- name: Test
run: pnpm test

- name: Type Check
run: pnpm test:attw

0 comments on commit 9aff79e

Please sign in to comment.