From 3b932fd52de60b4f2bc149583e18f187eb3d47d6 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 1 Sep 2025 14:39:49 +0200 Subject: [PATCH] Remove build --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0c40b79..993ebfb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,10 +34,10 @@ jobs: - name: Run Jest tests run: npm run test tests/jest - - name: Build app - env: - DATABASE_URL: ${{ secrets.DATABASE_URL }} - run: npm run build +# - name: Build app +# env: +# DATABASE_URL: ${{ secrets.DATABASE_URL }} +# run: npm run build # Optional: Playwright E2E tests - name: Install Playwright deps