Skip to content

Commit

Permalink
Bring back SSH debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Jan 11, 2025
1 parent 341ae0e commit 1e219a1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ jobs:
while ! nc -z localhost 4444 </dev/null; do echo Waiting for remote driver to start...; sleep 1; done
while ! nc -z localhost 8002 </dev/null; do echo Waiting for PHP server to start...; sleep 1; done
# - name: Setup upterm session
# if: ${{ matrix.selenium_version == '3.141.59' }}
# uses: lhotari/action-upterm@v1
# env:
# SELENIUM_VERSION: ${{ matrix.selenium_version }}
# DRIVER_URL: http://localhost:4444/wd/hub
# WEB_FIXTURES_HOST: http://host.docker.internal:8002
# WEB_FIXTURES_BROWSER: firefox
# DRIVER_MACHINE_BASE_PATH: /fixtures/
- name: Setup upterm session
if: ${{ matrix.selenium_version == '3.141.59' }}
uses: lhotari/action-upterm@v1
env:
SELENIUM_VERSION: ${{ matrix.selenium_version }}
DRIVER_URL: http://localhost:4444/wd/hub
WEB_FIXTURES_HOST: http://host.docker.internal:8002
WEB_FIXTURES_BROWSER: firefox
DRIVER_MACHINE_BASE_PATH: /fixtures/

- name: Run tests with Coverage
if: "${{ matrix.with_coverage == true }}"
Expand Down

0 comments on commit 1e219a1

Please sign in to comment.