Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Jan 18, 2025
1 parent 2a01c2d commit e23e29a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
image: selenium/standalone-chromium:131.0
ports:
- 4444:4444
- 9992:9992

steps:
- name: Checkout code
Expand Down Expand Up @@ -63,10 +64,10 @@ jobs:
run: composer test-coverage
continue-on-error: ${{ vars.CI_TEST_UNIT_IGNORE_FAILURE == '1' }}

- uses: browser-actions/setup-chrome@v1

- name: Start Chrome
run: chrome --no-sandbox --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222&
# - uses: browser-actions/setup-chrome@v1
#
# - name: Start Chrome
# run: chrome --no-sandbox --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 e23e29a

Please sign in to comment.