Skip to content

Commit c7db2df

Browse files
authored
Merge pull request #6 from moodlehq/handlePublicDir
Handle public directory
2 parents 19fcba0 + 35d4a4a commit c7db2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ runs:
7777
- name: Start PHP built-in server
7878
shell: bash
7979
run: |
80-
nohup php -S localhost:8080 -t . > server.log 2>&1 &
80+
nohup php -S localhost:8080 -t ./public > server.log 2>&1 &
8181
echo "Waiting for PHP built-in server to be ready..."
8282
for i in {1..5}; do
8383
if nc -z localhost 8080; then

0 commit comments

Comments
 (0)