We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a58ab commit ad548d8Copy full SHA for ad548d8
.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ jobs:
31
echo "NODE_ENV=test" >> packages/core/.env.test
32
33
- name: Run tests
34
- run: cd core && pnpm test
+ run: cd packages/core && pnpm test
35
36
- name: Build packages
37
run: pnpm run build
0 commit comments