Skip to content

Commit f009a78

Browse files
committed
chore: remove build step from integration tests workflow
1 parent 36ae8f2 commit f009a78

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
- name: Install create-next-app globally
3232
run: npx -y create-next-app@latest --version
3333

34-
- name: Build the package
35-
run: npm run build
36-
3734
- name: Run Vitest integration tests
3835
run: npm test
3936
env:

0 commit comments

Comments
 (0)