Skip to content

Commit 06a1f65

Browse files
committed
feat: change command for running tests in docker
1 parent 36a34ca commit 06a1f65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

startup.document.test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -e
55
/opt/wait-for-it.sh maildev:1080
66
npm install
77
npm run seed:run:document
8-
npm run start:swc
8+
npm run start:dev

startup.relational.test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ set -e
66
npm install
77
npm run migration:run
88
npm run seed:run:relational
9-
npm run start:swc
9+
npm run start:dev

0 commit comments

Comments
 (0)