Skip to content

Commit 01270da

Browse files
committed
start postgres for matrix tests
1 parent 34b2d20 commit 01270da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/realm-server/scripts/start-without-matrix.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
NODE_NO_WARNINGS=1 start-server-and-test \
3-
'run-p start:development start:base:root' \
3+
'run-p start:pg start:development start:base:root' \
44
'http-get://localhost:4201/base/fields/boolean-field?acceptHeader=application%2Fvnd.card%2Bjson|http-get://localhost:4203/fields/boolean-field?acceptHeader=application%2Fvnd.card%2Bjson|http-get://localhost:4201/drafts/index?acceptHeader=application%2Fvnd.card%2Bjson' \
55
'run-p start:test-realms start:test-container' \
66
'http-get://localhost:4202/node-test/person-1?acceptHeader=application%2Fvnd.card%2Bjson|http-get://127.0.0.1:4205' \

0 commit comments

Comments
 (0)