Skip to content

Commit

Permalink
Fix server root
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinepouille committed Oct 28, 2024
1 parent df5571e commit e071933
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,13 @@ jobs:
run: >-
echo '
include_shell "/usr/share/lighttpd/create-mime.conf.pl"
server.document-root = "./site"
server.document-root = "/home/runner/work/KappaTools/KappaTools/site"
server.port = 12345
server.username = "root"
server.groupname = "root"
' > lighttpd.conf
lighttpd -f lighttpd.conf -D &
curl -i http://localhost:12345/index.html # test
- name: Run Playwright tests
run: DEBUG=pw:webserver npx playwright test
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e071933

Please sign in to comment.