Skip to content

Commit b547164

Browse files
committed
Test the dashboard can be accessed through standalone
1 parent 50059d6 commit b547164

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ jobs:
229229
- name: Verify server is running
230230
run: curl -sS localhost:8080 | grep -q "Hello World"
231231

232+
- name: Test dashboard can be accessed
233+
run: curl -sS localhost:8080/dashboard | grep -q "HydePHP - Dashboard"
234+
232235
test-live-executable-proxying:
233236
needs: build-executable
234237

0 commit comments

Comments
 (0)