Browse Source

GA: Add missing config for tests

pull/8114/head
Aleksander Machniak 4 years ago
parent
commit
c5010fcd5b
  1. 3
      .github/workflows/tests.yml

3
.github/workflows/tests.yml

@ -43,5 +43,8 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-interaction --no-progress
- name: Roundcube configuration
run: cp .github/config-test.inc.php config/config-test.inc.php
- name: Execute tests
run: vendor/bin/phpunit -c tests/phpunit.xml
Loading…
Cancel
Save