sadpandajoe commented on code in PR #42200:
URL: https://github.com/apache/superset/pull/42200#discussion_r3669387146


##########
.github/workflows/pre-commit.yml:
##########
@@ -59,15 +59,16 @@ jobs:
           cache: "npm"
           cache-dependency-path: "superset-frontend/package-lock.json"
 
-      - name: Install Frontend Dependencies
-        run: |
-          cd superset-frontend
-          npm ci
-
-      - name: Install Docs Dependencies
-        run: |
-          cd docs
-          yarn install --immutable
+      - parallel:

Review Comment:
   GitHub Actions does not support a `parallel` step key, so this makes the 
workflow invalid and none of its jobs can run. Could these be modeled as 
separate jobs or matrix entries instead?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to