--- kind: pipeline type: docker name: default steps: - name: install image: hugotty/php8-fpm commands: - composer install - name: test image: hugotty/php8-fpm commands: - vendor/bin/simple-phpunit --stop-on-failure - name: code-analysis image: aosapps/drone-sonar-plugin settings: sonar_host: from_secret: host sonar_token: from_secret: token