ci: remove component tests
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user