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 94ffe68 commit ec1f1b3Copy full SHA for ec1f1b3
.github/workflows/install-test.yaml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Test server
77
run: |
78
- curl -s http://localhost:8000/info.php | head -n 20
+ curl -s http://127.0.0.1:3000 | head -n 20
79
80
- name: Stop dev server
81
0 commit comments