This commit is contained in:
Jasder 2020-07-21 12:42:35 +08:00
commit bbb4a1ae5c
1 changed files with 4 additions and 5 deletions

View File

@ -6,8 +6,7 @@ platform:
arch: arm64 arch: arm64
steps: steps:
- name: test - name: test
image: ruby image: node
commands: commands:
- bundle install --jobs=3 --retry=3 - echo hello
- rake