-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Github Action - Generates report.html for Spellchecker #257
Github Action - Generates report.html for Spellchecker #257
Conversation
Update config.yml
✅ Deploy Preview for elastic-elion-a958b6 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi @esha0612 , please resolve the conflicts and rebase from develop branch first. |
run: pip install junit2html | ||
|
||
- name: Generate HTML Report | ||
run: junit2html spellchecker/report.junit.xml spellchecker/report.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In package.json, the spellcheck command is spellchecker --config spellchecker/config.yml && junit2html spellchecker/report.junit.xml spellchecker/report.html
. We need either remove the junit2html in that command, or update this action step. No need to have both
No description provided.