Browse Source

GA: Create config file for tests

pull/7445/head
Aleksander Machniak 5 years ago
parent
commit
f97a3d45d5
  1. 6
      .github/workflows/tests.yml

6
.github/workflows/tests.yml

@ -48,6 +48,9 @@ jobs:
max_attempts: 5 max_attempts: 5
command: composer install --prefer-dist --no-interaction --no-progress command: composer install --prefer-dist --no-interaction --no-progress
- name: Roundcube configuration
run: cp .ci/config-test.inc.php config/config-test.inc.php
- name: Execute tests - name: Execute tests
run: vendor/bin/phpunit -c tests/phpunit.xml --verbose run: vendor/bin/phpunit -c tests/phpunit.xml --verbose
@ -95,5 +98,8 @@ jobs:
max_attempts: 5 max_attempts: 5
command: composer install --prefer-dist --no-interaction --no-progress command: composer install --prefer-dist --no-interaction --no-progress
- name: Roundcube configuration
run: copy .ci/config-test.inc.php config/config-test.inc.php
- name: Execute tests - name: Execute tests
run: vendor/bin/phpunit -c tests/phpunit.xml --verbose run: vendor/bin/phpunit -c tests/phpunit.xml --verbose
Loading…
Cancel
Save