소스 검색

Add dev.yml (for Shopify employees) (#865)

Andy Waite 3 년 전
부모
커밋
c142ec6eaf
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      dev.yml

+ 11 - 0
dev.yml

@@ -0,0 +1,11 @@
+name: shopify-api
+
+type: ruby
+
+up:
+  - ruby: 2.7.1
+  - bundler
+
+commands:
+  test:
+    run: bundle exec rake test