Updated command

This commit is contained in:
Alex Renoki 2020-08-14 20:11:07 +03:00
parent b140d1f182
commit c543bbc910
1 changed files with 2 additions and 2 deletions

View File

@ -49,12 +49,12 @@ jobs:
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
- name: Execute tests with Local driver
run: phpunit --coverage-text --coverage-clover=coverage_local.xml
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage_local.xml
env:
REPLICATION_DRIVER: local
- name: Execute tests with Redis driver
run: phpunit --coverage-text --coverage-clover=coverage_redis.xml
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage_redis.xml
if: ${{ matrix.os == 'ubuntu-latest' }}
env:
REPLICATION_DRIVER: redis