fix(ci): remove unsupported --verbose from drizzle-kit migrate
Tests / Unit tests (pull_request) Successful in 11s
Tests / Integration tests (pull_request) Failing after 53s

This commit is contained in:
2026-04-26 00:51:22 +02:00
parent 32052ab1c9
commit 7be13737d5
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
POSTGRES_USER: test
POSTGRES_PASS: test
POSTGRES_DB: polympr_test
run: node_modules/.bin/drizzle-kit migrate --verbose 2>&1
run: node_modules/.bin/drizzle-kit migrate
- name: Run integration tests
env: