ci: remove component tests

This commit is contained in:
Elliot DeNolf
2024-03-10 21:10:19 -04:00
parent 1a8564bc35
commit 8f9729a928

View File

@@ -196,9 +196,6 @@ jobs:
echo "POSTGRES_URL=postgresql://postgres:postgres@127.0.0.1:54322/postgres" >> $GITHUB_ENV echo "POSTGRES_URL=postgresql://postgres:postgres@127.0.0.1:54322/postgres" >> $GITHUB_ENV
if: matrix.database == 'supabase' if: matrix.database == 'supabase'
- name: Component Tests
run: pnpm test:components
- name: Integration Tests - name: Integration Tests
run: pnpm test:int run: pnpm test:int
env: env: