Sha256: bf6b181fd95b336d5dee05300fea52c45f1048ffa949ae9a394f8ae4c1463d6a

Contents?: true

Size: 743 Bytes

Versions: 5

Compression:

Stored size: 743 Bytes

Contents

name: lhm
up:
  - homebrew:
      - mysql-client@5.7:
          or: [mysql@5.7]
          conflicts: [shopify/shopify/mysql-client, mysql-connector-c, mysql, mysql-client]
      - wget
  - ruby: 2.6.5
  - bundler
  - custom:
      name: Database
      met?: test -f spec/integration/database.yml && test "$(./dbdeployer/sandboxes/rsandbox_5_7_22/status_all | grep on\  | wc -l | xargs echo)" = "2"
      meet: ./dbdeployer/install.sh
      down: ./dbdeployer/sandboxes/rsandbox_5_7_22/stop_all

commands:
  unit: bundle exec rake unit
  int: bundle exec rake integration
  test: bundle exec rake unit && bundle exec rake integration
  cov: rm -rf coverage; COV=1 bundle exec rake unit && bundle exec rake integration; open coverage/index.html

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lhm-shopify-3.4.2 dev.yml
lhm-shopify-3.4.1 dev.yml
lhm-shopify-3.4.0 dev.yml
lhm-shopify-3.3.6 dev.yml
lhm-shopify-3.3.5 dev.yml