Skip to content

Commit d585976

Browse files
committed
Fix CI
1 parent 744b15f commit d585976

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install dependencies
5151
run: pnpm install --frozen-lockfile --ignore-scripts
5252
- name: Run unit tests
53-
run: pnpm unit
53+
run: pnpm run unit
5454
old:
5555
runs-on: ubuntu-latest
5656
strategy:
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install dependencies
7575
run: pnpm install --frozen-lockfile --ignore-scripts
7676
- name: Run unit tests
77-
run: pnpm unit
77+
run: pnpm run unit
7878
windows:
7979
runs-on: windows-latest
8080
name: Windows Quick
@@ -93,4 +93,4 @@ jobs:
9393
- name: Install dependencies
9494
run: pnpm install --frozen-lockfile --ignore-scripts
9595
- name: Run unit tests
96-
run: pnpm unit
96+
run: pnpm run unit

0 commit comments

Comments
 (0)