Skip to content

Commit

Permalink
fix(CI): Start 3 remote workers as well so we can relay messages when…
Browse files Browse the repository at this point in the history
… accepting invites

Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Feb 27, 2024
1 parent 6121fc5 commit 67edfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PORT_FED=8180
export PORT_FED

echo "" > phpserver_fed.log
php -S localhost:${PORT_FED} -t ${ROOT_DIR} &> phpserver_fed.log &
PHP_CLI_SERVER_WORKERS=3 php -S localhost:${PORT_FED} -t ${ROOT_DIR} &> phpserver_fed.log &
PHPPID2=$!
echo -e "Running on process ID: \033[1;35m$PHPPID2\033[0m"

Expand Down

0 comments on commit 67edfd8

Please sign in to comment.