Skip to content

Commit

Permalink
test(e2e): force port
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 19, 2021
1 parent 1aaaa03 commit a49eda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ run() {
if [ -z ${REACT_UI_PATH+x} ]; then
(
cd "$react_ui_dir"
PORT=4458 NEXT_PUBLIC_ORY_KRATOS_PUBLIC=http://localhost:4433 npm run build && npm run start \
PORT=4458 NEXT_PUBLIC_ORY_KRATOS_PUBLIC=http://localhost:4433 npm run build && npm run start --port 4458 \
>"${base}/test/e2e/react-iu.e2e.log" 2>&1 &
)
else
Expand Down

0 comments on commit a49eda8

Please sign in to comment.