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.
2 parents 19fcba0 + 35d4a4a commit c7db2dfCopy full SHA for c7db2df
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