Sha256: 3747d87698a1a74d9971b3c536e502d0140eff374daf1cb60845d469e32b105d

Contents?: true

Size: 431 Bytes

Versions: 2

Compression:

Stored size: 431 Bytes

Contents

name: dev
type:
  - ruby

up:
  - ruby: 2.7.1
  - homebrew:
      - dpkg:
          version: 1.20.9
      - rpm:
          version: 4.16.1.3
  - bundler
  - node:
      version: 14.9.0
      yarn: true
  - docker

test:
  desc: "Run tests."
  run: |
    if [ "$#" -eq 1 ] && [[ -f $1 ]];
    then
      bundle exec rake test TEST=$1
    else
      bundle exec rake test $@
    fi

commands:
  style:
    run: bundle exec rubocop .

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shopify-cli-2.5.0 dev.yml
shopify-cli-2.4.0 dev.yml