hainenber commented on code in PR #42200:
URL: https://github.com/apache/superset/pull/42200#discussion_r3882568361
##########
.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:
They introduced
[it](https://github.blog/changelog/2026-06-25-actions-steps-can-now-be-run-in-parallel/)
recently. Just need the ecosystem to catch up with atm
--
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]