We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744b15f commit d585976Copy full SHA for d585976
1 file changed
.github/workflows/test.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Install dependencies
51
run: pnpm install --frozen-lockfile --ignore-scripts
52
- name: Run unit tests
53
- run: pnpm unit
+ run: pnpm run unit
54
old:
55
runs-on: ubuntu-latest
56
strategy:
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
windows:
79
runs-on: windows-latest
80
name: Windows Quick
@@ -93,4 +93,4 @@ jobs:
93
94
95
96
0 commit comments