-
Notifications
You must be signed in to change notification settings - Fork 14
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
Updating makefile commands #1226
Conversation
…d when calling make format and make lint
…calling the command on JS/Python
Test slack comment. Ignore. |
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.
All the new commands working as intended, readme makes sense, nice one 🎉
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.
https://github.com/ONSdigital/eq-questionnaire-runner/blob/main/.github/workflows/pull_request.yml This should be updated to make use of any make commands we have available. There are references to yarn and direct calls to .sh files
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.
Commands all working, looks good 👍
Added one tiny suggestion, non-blocker
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.
Happy with current state, left a non blocker comment.
Nice work 👍
What is the context of this PR?
Added more bespoke commands to the Makefile to streamline development processes
How to review
make validate-test-schema
to ensure the single schema is validatedmake test-single-functional
&make test-suite-functional:
to ensure the specified single spec/suite is runmake test-lint-js
to ensure both JS lint and JS tests are runmake test-lint-python
to ensure both Python lint and Python tests are runmake test-functional-headless
to ensure functional tests are run headlessChecklist