Skip to content

Commit b65f07e

Browse files
authored
ci(unit): fix unit test action error (#2702)
1 parent fa0bda4 commit b65f07e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-unit-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,5 @@ jobs:
9898
run: pnpm i --no-frozen-lockfile
9999

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

0 commit comments

Comments
 (0)