Skip to content

Commit

Permalink
feat: change command for running tests in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Shchepotin committed Oct 11, 2024
1 parent 36a34ca commit 06a1f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion startup.document.test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -e
/opt/wait-for-it.sh maildev:1080
npm install
npm run seed:run:document
npm run start:swc
npm run start:dev
2 changes: 1 addition & 1 deletion startup.relational.test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set -e
npm install
npm run migration:run
npm run seed:run:relational
npm run start:swc
npm run start:dev

0 comments on commit 06a1f65

Please sign in to comment.