From 8f9729a928ea5915c5d572b28d9fe3eb4a30d4be Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Sun, 10 Mar 2024 21:10:19 -0400 Subject: [PATCH] ci: remove component tests --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7ef6e4755..c119c246a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -196,9 +196,6 @@ jobs: echo "POSTGRES_URL=postgresql://postgres:postgres@127.0.0.1:54322/postgres" >> $GITHUB_ENV if: matrix.database == 'supabase' - - name: Component Tests - run: pnpm test:components - - name: Integration Tests run: pnpm test:int env: