Parcourir la source

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

Andy Waite il y a 3 ans
Parent
commit
c142ec6eaf
1 fichiers modifiés avec 11 ajouts et 0 suppressions
  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