add authentication
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marko 2023-11-10 16:04:24 +01:00
parent d661a2cbbc
commit 9c2e2b6ade
No known key found for this signature in database

View File

@ -5,7 +5,7 @@ steps:
- name: install
image: composer
commands:
- make install
- composer install --no-interaction --prefer-dist --optimize-autoloader --no-suggest
- name: cleanup
image: php:8.1
commands:
@ -22,4 +22,4 @@ steps:
- name: test
image: php:8.1
commands:
- vendor/bin/phpunit
- vendor/bin/phpunit