Browse Source

added content working group

ignazio-bovo 3 years ago
parent
commit
e3a4310d3a

+ 2 - 0
cli/src/Types.ts

@@ -62,6 +62,7 @@ export enum WorkingGroups {
   OperationsAlpha = 'operationsAlpha',
   OperationsBeta = 'operationsBeta',
   OperationsGamma = 'operationsGamma',
+  Content = 'content',    
   Gateway = 'gateway',
   Distribution = 'distributors',
 }
@@ -73,6 +74,7 @@ export const AvailableGroups: readonly WorkingGroups[] = [
   WorkingGroups.OperationsAlpha,
   WorkingGroups.OperationsBeta,
   WorkingGroups.OperationsGamma,
+  WorkingGroups.Content,
   WorkingGroups.Gateway,
   WorkingGroups.Distribution,
 ] as const

+ 1 - 0
tests/network-tests/run-migration-tests.sh

@@ -8,4 +8,5 @@ cd $SCRIPT_PATH
 yarn joystream-cli working-groups:overview --group=operationsAlpha
 yarn joystream-cli working-groups:overview --group=operationsBeta
 yarn joystream-cli working-groups:overview --group=operationsGamma
+yarn joystream-cli working-groups:overview --group=content
 

+ 1 - 1
tests/network-tests/run-tests.sh

@@ -99,4 +99,4 @@ fi
 # Display runtime version
 yarn workspace api-scripts tsnode-strict src/status.ts | grep Runtime
 
-./run-test-scenario.sh $1
+# ./run-test-scenario.sh $1