Sha256: b1e755d1deb9aa8d184fc17497818fbad26faa0ef5e5fb8959db061f35cc4bd9

Contents?: true

Size: 548 Bytes

Versions: 4

Compression:

Stored size: 548 Bytes

Contents

name: dev
type:
  - ruby

env:
  SHOPIFY_CLI_DEVELOPMENT: "1"

up:
  - ruby: 2.7.5
  - homebrew:
      - dpkg:
          version: 1.21.1
      - rpm:
          version: 4.17.0
  - bundler
  - 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 .
  test:script:
    desc: "Run all script-related tests"
    run: TEST='test/project_types/script/**/*.rb' bundle exec rake test $@

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
shopify-cli-2.12.0 dev.yml
shopify-cli-2.11.2 dev.yml
shopify-cli-2.11.1 dev.yml
shopify-cli-2.11.0 dev.yml