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

Add frontend package unit tests to github workflow #507

Closed
MSzalowski opened this issue Mar 19, 2024 · 2 comments
Closed

Add frontend package unit tests to github workflow #507

MSzalowski opened this issue Mar 19, 2024 · 2 comments
Assignees

Comments

@MSzalowski
Copy link
Contributor

Why

To gather quick feedback on failing tests. Which would help us deliver a better code.

What

Set up github action that should run tests on every pull request.

How

  • Using github workflow
  • Should be set on: push
  • Should run npm run test or yarn test on govtool/frontend package
  • Should use node-v18
@MSzalowski MSzalowski self-assigned this Mar 19, 2024
MSzalowski added a commit that referenced this issue Mar 19, 2024
Set up test_frontend workflow to dispatch automated tests on every pull request.
MSzalowski added a commit that referenced this issue Mar 19, 2024
Set up test_frontend workflow to dispatch automated tests on every pull request.
MSzalowski added a commit that referenced this issue Mar 19, 2024
MSzalowski added a commit that referenced this issue Mar 19, 2024
…ge-unit-tests-to-github-workflow

[#507] feat: add frontend test github workflow
@MSzalowski
Copy link
Contributor Author

To QA:
To test that issue, check if any PR triggers the test_frontend.yml workflow.

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

No branches or pull requests

2 participants