feat(tests): resolve last test issues

This commit is contained in:
perf3ct
2025-06-17 22:14:38 +00:00
parent 14af90c657
commit 4f36e40e38
3 changed files with 2 additions and 6 deletions

View File

@@ -54,10 +54,6 @@ jobs:
working-directory: ./frontend
run: npm run build
- name: Setup test database
run: |
PGPASSWORD=postgres psql -h localhost -U postgres -d readur_test -c "CREATE EXTENSION IF NOT EXISTS vector;"
- name: Run database migrations
run: |
# Set environment variables for test database