Skip to content

Commit 574700a

Browse files
authored
Merge pull request #53 from hydephp/support-dashboard-through-standalone
Add support for the realtime compiler dashboard
2 parents 50059d6 + bb170b6 commit 574700a

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
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

composer.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)