Explorar el Código

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

Andy Waite hace 3 años
padre
commit
c142ec6eaf
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  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