Skip to content

Commit ec1f1b3

Browse files
committed
Update git action
1 parent 94ffe68 commit ec1f1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
- name: Test server
7777
run: |
78-
curl -s http://localhost:8000/info.php | head -n 20
78+
curl -s http://127.0.0.1:3000 | head -n 20
7979
8080
- name: Stop dev server
8181
run: |

0 commit comments

Comments
 (0)