Sha256: 2f71992f6f47c2af4152a84c835504ba7e35b3c1a01842d91e25469c071a2753
Contents?: true
Size: 548 Bytes
Versions: 14
Compression:
Stored size: 548 Bytes
Contents
name: dev type: - ruby env: SHOPIFY_CLI_DEVELOPMENT: "1" up: - ruby: 3.1.0 - 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
14 entries across 14 versions & 1 rubygems