Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinepouille committed Oct 28, 2024
1 parent e071933 commit 8c42f92
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 @@ -224,7 +224,8 @@ jobs:
server.groupname = "root"
' > lighttpd.conf
lighttpd -f lighttpd.conf -D &
curl -i http://localhost:12345/index.html # test
sleep 10 && curl -i http://127.0.0.1:12345/index.html # test
netstat -tunlp
- name: Run Playwright tests
run: DEBUG=pw:webserver npx playwright test
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8c42f92

Please sign in to comment.