mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-12 19:16:49 +01:00
CI: Disable browser tests in mobile mode
This commit is contained in:
7
.github/run.sh
vendored
7
.github/run.sh
vendored
@@ -32,7 +32,8 @@ wget https://repo1.maven.org/maven2/com/icegreen/greenmail-standalone/$GMV/green
|
||||
# Run tests
|
||||
echo "TESTS_MODE: DESKTOP" \
|
||||
&& TESTS_MODE=desktop vendor/bin/phpunit -c tests/Browser/phpunit.xml --exclude-group=failsonga \
|
||||
&& echo "TESTS_MODE: PHONE" \
|
||||
&& TESTS_MODE=phone vendor/bin/phpunit -c tests/Browser/phpunit.xml --exclude-group=failsonga-phone \
|
||||
&& echo "TESTS_MODE: TABLET" \
|
||||
&& TESTS_MODE=tablet vendor/bin/phpunit -c tests/Browser/phpunit.xml --exclude-group=failsonga-tablet
|
||||
&& TESTS_MODE=tablet vendor/bin/phpunit -c tests/Browser/phpunit.xml --exclude-group=failsonga-tablet \
|
||||
# Mobile mode tests are unreliable on Github Actions
|
||||
# && echo "TESTS_MODE: PHONE" \
|
||||
# && TESTS_MODE=phone vendor/bin/phpunit -c tests/Browser/phpunit.xml --exclude-group=failsonga-phone \
|
||||
|
||||
Reference in New Issue
Block a user