Skip to content

Commit cd94097

Browse files
committed
Testing e2e test 12
1 parent 8704930 commit cd94097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
run: |
241241
mkdir -p /tmp/webroot
242242
ln -s ${{ github.workspace }}/ojs /tmp/webroot/ojs
243-
php -S localhost:8888 -t /tmp/webroot &
243+
PHP_CLI_SERVER_WORKERS=8 php -S localhost:8888 -t /tmp/webroot &
244244
echo $! > /tmp/php-server.pid
245245
246246
- name: Wait for OJS to be ready

0 commit comments

Comments
 (0)