Skip to content

Commit

Permalink
CI: Disable browser tests in mobile mode
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Nov 28, 2023
1 parent 9f044f0 commit aa873de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \

0 comments on commit aa873de

Please sign in to comment.