Skip to content

Commit

Permalink
ci(unit): fix unit test action error (#2702)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr authored Dec 27, 2024
1 parent fa0bda4 commit b65f07e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-unit-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@ jobs:
run: pnpm i --no-frozen-lockfile

- name: Unit Test
if: ${{ env.TEST_COMPONENTS }}
run: pnpm test:unit3 ${{ env.TEST_COMPONENTS }}

0 comments on commit b65f07e

Please sign in to comment.