Skip to content
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

Merged
merged 29 commits into from
Oct 20, 2023
Merged

Updating makefile commands #1226

merged 29 commits into from
Oct 20, 2023

Conversation

VirajP1002
Copy link
Contributor

What is the context of this PR?

Added more bespoke commands to the Makefile to streamline development processes

How to review

  • Run make validate-test-schema to ensure the single schema is validated
  • Run make test-single-functional & make test-suite-functional:to ensure the specified single spec/suite is run
  • Run make test-lint-js to ensure both JS lint and JS tests are run
  • Run make test-lint-python to ensure both Python lint and Python tests are run
  • Run make test-functional-headless to ensure functional tests are run headless

Checklist

  • New static content marked up for translation
  • Newly defined schema content included in eq-translations repo

@VirajP1002
Copy link
Contributor Author

Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
setup.cfg Outdated Show resolved Hide resolved
.eslintignore Outdated Show resolved Hide resolved
scripts/run_lint_python.sh Outdated Show resolved Hide resolved
.pylintrc Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Copy link
Contributor

Test slack comment. Ignore.

Copy link
Contributor

@katie-gardner katie-gardner left a 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 🎉

README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Copy link
Contributor

@MebinAbraham MebinAbraham left a 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

Copy link
Contributor

@katie-gardner katie-gardner left a 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

.github/workflows/pull_request.yml Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Copy link
Contributor

@MebinAbraham MebinAbraham left a 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 👍

@VirajP1002 VirajP1002 merged commit d45d636 into main Oct 20, 2023
@VirajP1002 VirajP1002 deleted the updating-makefile-commands branch October 20, 2023 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants