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

DevOps: Add unit testing step to the pr_checks workflow #642

Open
3 tasks
zackdreitzler opened this issue May 21, 2024 · 0 comments
Open
3 tasks

DevOps: Add unit testing step to the pr_checks workflow #642

zackdreitzler opened this issue May 21, 2024 · 0 comments
Labels

Comments

@zackdreitzler
Copy link
Collaborator

Describe the task

Add a unit testing check to any PR impacting the frontend code. This check ensures that new JavaScript code is passing all unit tests.

Acceptance Criteria

  • A unit test checking step exists on the pr_checks workflow
  • When no issues are found, report a success to the PR that triggered this action
  • When one or more issues are found, report a failure to the PR that triggered this action

Additional context

This story is also blocked pending a decision on what NextJS unit test suite to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: To Do
Development

No branches or pull requests

2 participants