Update '.trustie-pipeline.yml'

This commit is contained in:
jasder 2020-11-27 13:48:17 +08:00
parent c2f71c35c2
commit dc8e44b553
1 changed files with 9 additions and 1 deletions

View File

@ -7,8 +7,16 @@ platform:
arch: arm64
steps:
- name: test
- name: install
image: ruby:2.3.7
commands:
- bundle install --jobs=3 --retry=3
- rake
- name: test
image: ruby:2.3.7
volumes:
- name: bundle
path: /usr/local/bundle
commands:
- rake