Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is passing Details

poc_resend_mail
David D'ALMEIDA 2 years ago
parent 7709209b96
commit f217787afe

@ -7,6 +7,7 @@ trigger:
- push - push
steps: steps:
# Test ✔️
- name: test - name: test
image: composer:2.6 image: composer:2.6
commands: commands:
@ -15,7 +16,7 @@ steps:
- composer install --no-interaction - composer install --no-interaction
- ./vendor/bin/phpunit tests - ./vendor/bin/phpunit tests
# Sonar static code analisis deployment ✔️ # Sonar static code analisis deployment
# TODO : use an image that already have unzip # TODO : use an image that already have unzip
- name: code-analysis - name: code-analysis
image: php:8.1-cli image: php:8.1-cli

Loading…
Cancel
Save