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 name: default
steps: steps:
- name: test
image: hugotty/php8-fpm
commands:
- vendor/bin/simple-phpunit
- name: install - name: install
image: hugotty/workspace image: hugotty/workspace
commands: commands:
- composer install - composer install
- name: test
image: hugotty/php8-fpm
commands:
- vendor/bin/simple-phpunit
- name: code-analysis - name: code-analysis
image: aosapps/drone-sonar-plugin image: aosapps/drone-sonar-plugin
settings: settings:

Loading…
Cancel
Save