mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-23 14:08:42 -05:00
chore: prepare 1.5.0 release, update deps (#1962)
This commit is contained in:
@@ -33,7 +33,16 @@ jobs:
|
||||
|
||||
- name: Start PostgreSQL
|
||||
run: |
|
||||
pnpm db:start
|
||||
cd packages/database && pnpm db:up &
|
||||
for attempt in {1..20}; do
|
||||
if nc -zv localhost 5432; then
|
||||
echo "Ready"
|
||||
break
|
||||
fi
|
||||
echo "Waiting..."
|
||||
sleep 5
|
||||
done
|
||||
pnpm db:migrate:dev
|
||||
|
||||
- name: Build App in dev mode without external dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user