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 833ef1a commit 9341256Copy full SHA for 9341256
1 file changed
.github/workflows/build.yml
@@ -56,7 +56,8 @@ jobs:
56
run: pnpm run test
57
58
- name: Run Next.js integration test (production build)
59
- run: NEXTJS_TEST_MODE=build npx vitest run tests/src/unit/nextjs/serverUtil.test.ts
+ run: NEXTJS_TEST_MODE=build pnpm exec vp test run src/unit/nextjs/serverUtil.test.ts
60
+ working-directory: tests
61
62
- name: Upload webpack stats artifact (editor)
63
uses: relative-ci/agent-upload-artifact-action@v2
0 commit comments