瀏覽代碼

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