-
Notifications
You must be signed in to change notification settings - Fork 9
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
Milestone
Comments
MSzalowski
added a commit
that referenced
this issue
Mar 19, 2024
Set up test_frontend workflow to dispatch automated tests on every pull request.
5 tasks
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
To QA: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
on: push
npm run test
oryarn test
ongovtool/frontend
packageThe text was updated successfully, but these errors were encountered: