Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2021-08-26 09:54:21 +0300
committerAleksander Machniak <alec@alec.pl>2021-08-26 09:54:21 +0300
commit20533a1d28fc22e8276989102e61ae96ae320711 (patch)
tree7b70b2e1d53e9be834eae03dad032c37911e15c8 /.github
parent1596be8c746c6477bdd9f281f754305e130d3cba (diff)
GA: Exclude tests connecting to spell.roundcube.net
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 2d84558c2..7542e4ee9 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -47,7 +47,7 @@ jobs:
run: cp .github/config-test.inc.php config/config-test.inc.php
- name: Execute tests
- run: vendor/bin/phpunit -c tests/phpunit.xml
+ run: vendor/bin/phpunit -c tests/phpunit.xml --exclude-group=external
- name: Upload artifacts
uses: actions/upload-artifact@master