pipeline edit
continuous-integration/drone/push Build is failing Details

main
Ginger U 2 years ago
parent 2dcad4f62a
commit 2132eeacf4

@ -4,17 +4,17 @@ type: docker
name: default
steps:
- name: test
- name: test
image: hugotty/php8-fpm
commands:
- vendor/bin/simple-phpunit
- name: install
- name: install
image: hugotty/workspace
commands:
- composer install
- name: code-analysis
- name: code-analysis
image: aosapps/drone-sonar-plugin
settings:
sonar_host:

Loading…
Cancel
Save