Skip to content

Commit 23f0334

Browse files
committed
Fix it again
1 parent 2b05fc3 commit 23f0334

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,13 @@ jobs:
6868
php: "7.2"
6969
# language=bash
7070
setUpCmd: |
71-
export SELENIUM_BROWSER=firefox
72-
export SELENIUM_VERSION=2.53.1
73-
export SELENIUM_IMAGE=selenium/standalone-\$SELENIUM_BROWSER:\$SELENIUM_VERSION
71+
export SELENIUM_IMAGE=selenium/standalone-firefox:2.53.1
7472
docker compose up --wait --quiet-pull
7573
curl --retry 5 --retry-all-errors --retry-delay 1 --max-time 10 --head -X GET http://localhost:4444/wd/hub/status
7674
# language=bash
7775
testCmd: |
78-
export WEB_FIXTURES_BROWSER=\$SELENIUM_BROWSER
76+
export WEB_FIXTURES_BROWSER=firefox
77+
export SELENIUM_VERSION=2.53.1
7978
export DRIVER_MACHINE_BASE_PATH=/fixtures/
8079
export WEB_FIXTURES_HOST=http://host.docker.internal:8002
8180
./vendor/bin/phpunit --colors=always --testdox

0 commit comments

Comments
 (0)