ソースを参照

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