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 36ae8f2 commit f009a78Copy full SHA for f009a78
1 file changed
.github/workflows/integration-tests.yml
@@ -31,9 +31,6 @@ jobs:
31
- name: Install create-next-app globally
32
run: npx -y create-next-app@latest --version
33
34
- - name: Build the package
35
- run: npm run build
36
-
37
- name: Run Vitest integration tests
38
run: npm test
39
env:
0 commit comments