run-migration-tests.sh 394 B

123456789101112
  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