From f311539e12dbc031a107b1ae52d093a2cc6cab37 Mon Sep 17 00:00:00 2001 From: "Adolfo R. Brandes" Date: Wed, 17 Dec 2025 15:05:56 -0300 Subject: [PATCH] fix: CI App repos are no longer built. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a71faa87..139d533c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,9 +35,6 @@ jobs: - name: Test run: npm run test - - name: Build - run: npm run build - - name: Run Code Coverage uses: codecov/codecov-action@v5 with: