Browse Source

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

Andy Waite 3 years ago
parent
commit
c142ec6eaf
1 changed files with 11 additions and 0 deletions
  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