run-migration-tests.sh 458 B

12345678910111213
  1. #!/usr/bin/env bash
  2. set -e
  3. SCRIPT_PATH="$(dirname "${BASH_SOURCE[0]}")"
  4. cd $SCRIPT_PATH
  5. # verify existence of the three new groups
  6. yarn joystream-cli working-groups:overview --group=operationsAlpha
  7. yarn joystream-cli working-groups:overview --group=operationsBeta
  8. yarn joystream-cli working-groups:overview --group=operationsGamma
  9. yarn joystream-cli working-groups:overview --group=curators
  10. yarn joystream-cli working-groups:overview --group=distributors