Fixed drone file, should build now.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Abel Hoogeveen 2022-12-10 13:16:13 +01:00
parent b5bf0425f3
commit 9927be2198
Signed by: abelhooge
GPG Key ID: D4F7FB321E3868B7
1 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ steps:
- docker-php-ext-enable xdebug
- vendor/bin/phpunit -c test/phpunit.xml --testsuite storage
environment:
OBJECTSTORAGE_PROVIDER: DummyProvider
STORAGE_PROVIDER: DummyProvider
- name: PHP81FileProviderTest
image: registry.i15.nl/i15/fuzephp:8.1-alpine
@ -32,7 +32,7 @@ steps:
- docker-php-ext-enable xdebug
- vendor/bin/phpunit -c test/phpunit.xml --testsuite storage
environment:
OBJECTSTORAGE_PROVIDER: FileProvider
STORAGE_PROVIDER: FileProvider
- name: PHP81RedisProviderTest
image: registry.i15.nl/i15/fuzephp:8.1-alpine
@ -40,8 +40,8 @@ steps:
- docker-php-ext-enable xdebug
- vendor/bin/phpunit -c test/phpunit.xml --testsuite storage
environment:
OBJECTSTORAGE_PROVIDER: RedisProvider
OBJECTSTORAGE_REDIS_HOST: cache
STORAGE_PROVIDER: RedisProvider
STORAGE_REDIS_HOST: cache
- name: coverage
image: registry.i15.nl/i15/fuzephp:8.1-alpine