mirror of
https://github.com/readur/readur.git
synced 2026-02-20 22:09:20 -06:00
feat(tests): resolve last test issues
This commit is contained in:
4
.github/workflows/e2e-tests.yml
vendored
4
.github/workflows/e2e-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user