Skip to content

Commit

Permalink
headless
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Jan 18, 2025
1 parent 088b772 commit 28ffa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
install-chromedriver: true

- name: Start Chrome
run: chrome --no-sandbox --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222&
run: chrome --no-sandbox --headless --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222&

- name: Run BDD tests
run: composer test-bdd
Expand Down

0 comments on commit 28ffa7c

Please sign in to comment.