dev.yml 113 B

1234567891011
  1. name: shopify-api
  2. type: ruby
  3. up:
  4. - ruby: 2.7.1
  5. - bundler
  6. commands:
  7. test:
  8. run: bundle exec rake test