Update '.trustie-pipeline.yml'

This commit is contained in:
Jason 2020-08-26 17:09:44 +08:00
parent ba1e3adbfa
commit a94ea98431
1 changed files with 8 additions and 4 deletions

View File

@ -6,8 +6,12 @@ kind: pipeline
arch: arm64
steps:
- name: test
image: ruby
- name: install
image: composer
commands:
- bundle install --jobs=3 --retry=3
- rake
- composer install
- name: test
image: php:7
commands:
- vendor/bin/phpunit --configuration config.xml