diff --git a/action.yml b/action.yml index 5796178..273458d 100644 --- a/action.yml +++ b/action.yml @@ -259,4 +259,10 @@ runs: if: inputs.install == 'true' shell: bash working-directory: ${{ inputs.path }} - run: symfony server:start -d --no-tls --allow-http --port=8000 + env: + SYMFONY_DAEMON: "1" + SYMFONY_NO_TLS: "1" + SYMFONY_ALLOW_HTTP: "1" + SYMFONY_PORT: "8000" + SYMFONY_ALLOW_ALL_IP: "1" + run: symfony server:start