diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index b2af5fc..17ea19b 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,15 +1,13 @@ kind: pipeline - name: default +name: default - platform: - os: linux - arch: arm64 +platform: + os: linux + arch: arm64 - steps: - - name: test - image: gcc - commands: - - ./configure - - make - - make test - 1111 \ No newline at end of file +steps: +- name: test + image: ruby + commands: + - bundle install --jobs=3 --retry=3 + - rake \ No newline at end of file