We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19fcba0 commit 35d4a4aCopy full SHA for 35d4a4a
action.yml
@@ -77,7 +77,7 @@ runs:
77
- name: Start PHP built-in server
78
shell: bash
79
run: |
80
- nohup php -S localhost:8080 -t . > server.log 2>&1 &
+ nohup php -S localhost:8080 -t ./public > server.log 2>&1 &
81
echo "Waiting for PHP built-in server to be ready..."
82
for i in {1..5}; do
83
if nc -z localhost 8080; then
0 commit comments