hainenber commented on code in PR #44201:
URL: https://github.com/apache/superset/pull/44201#discussion_r4094396841
##########
.github/workflows/superset-frontend.yml:
##########
@@ -153,10 +153,11 @@ jobs:
run: |
zstd -d < docker-image.tar.zst | docker load
+ # The last weird node command is to run tests fo custom Superset lint
rules
- name: lint
run: |
docker run --rm $TAG bash -c \
- "npm i && npm run lint"
+ "npm i && npm run lint && node --import tsx --test
custom-lint-rules/**/*.test.ts"
Review Comment:
This is only to run tests written for the custom rules.
--
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]