Skip to content

Commit

Permalink
headless?
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jul 16, 2024
1 parent 11cfea4 commit 7ba8e7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/TestFirefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,11 @@ jobs:
process = Pluto.run!(sesh)
@info "Server started..."
@info "Server started"
sleep(3)
browser_process = @async run(`${{ steps.setup-firefox.outputs.firefox-path }} -private-window $(url)`)
@info "Starting firefox..."
browser_process = @async run(`${{ steps.setup-firefox.outputs.firefox-path }} -headless -private-window $(url)`)
begin
while get_x() == "missing"
Expand Down

0 comments on commit 7ba8e7b

Please sign in to comment.