ktmud commented on a change in pull request #9490: [Build] Add Github workflows
URL: 
https://github.com/apache/incubator-superset/pull/9490#discussion_r405988497
 
 

 ##########
 File path: .github/actions/setup-superset/action.yml
 ##########
 @@ -0,0 +1,17 @@
+name: Setup Superset
+description: Setup the CI/test envrionment for Apache Superset
+author: Jesse Yang <[email protected]>
+inputs:
+  prepare:
+    required: false
+    description: prepare commands, one or more of (backend, frontend, mysql, 
postgres)
+    default: backend
+  run:
+    required: false
+    description: additional commands to run
+  parallel:
+    required: false
+    description: whether to run additional commands in parallel
 
 Review comment:
   The `parallel` mode is not currently in use.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to