Fix #16479 - Do not allow Selenium tests to fail
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
8b36d38aee
commit
d63a15fc96
2
.github/workflows/test-selenium.yml
vendored
2
.github/workflows/test-selenium.yml
vendored
@ -110,8 +110,6 @@ jobs:
|
||||
TESTSUITE_DATABASE_PREFIX: "selenium"
|
||||
TESTSUITE_SELENIUM_HOST: "127.0.0.1"
|
||||
TESTSUITE_SELENIUM_PORT: "4444"
|
||||
# Allowed errors: https://github.com/phpmyadmin/phpmyadmin/issues/16479
|
||||
continue-on-error: true
|
||||
run: ./vendor/bin/phpunit --group selenium --verbose --debug --no-coverage
|
||||
- name: Output logs and stop server
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user