pipeline update steps
continuous-integration/drone/push Build was killed Details

main
Ginger U 2 years ago
parent 2132eeacf4
commit ff4be8fed3

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

Loading…
Cancel
Save