Skip to content

Commit 3b932fd

Browse files
committed
Remove build
1 parent e0291b8 commit 3b932fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
- name: Run Jest tests
3535
run: npm run test tests/jest
3636

37-
- name: Build app
38-
env:
39-
DATABASE_URL: ${{ secrets.DATABASE_URL }}
40-
run: npm run build
37+
# - name: Build app
38+
# env:
39+
# DATABASE_URL: ${{ secrets.DATABASE_URL }}
40+
# run: npm run build
4141

4242
# Optional: Playwright E2E tests
4343
- name: Install Playwright deps

0 commit comments

Comments
 (0)