Updated command
This commit is contained in:
parent
b140d1f182
commit
c543bbc910
|
|
@ -49,12 +49,12 @@ jobs:
|
||||||
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
|
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
|
||||||
|
|
||||||
- name: Execute tests with Local driver
|
- 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:
|
env:
|
||||||
REPLICATION_DRIVER: local
|
REPLICATION_DRIVER: local
|
||||||
|
|
||||||
- name: Execute tests with Redis driver
|
- 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' }}
|
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||||
env:
|
env:
|
||||||
REPLICATION_DRIVER: redis
|
REPLICATION_DRIVER: redis
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue