You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[mwa-fix-unit-tests] Fix MWA's unit tests and create a GH action that runs the tests on each change of the frontend code (#65)
* mwa(front): Update material-icons package
Update material-icons package to be consistent with the common library's
one.
Signed-off-by: Elena Zioga <[email protected]>
* mwa(front): Fix unit tests
Fix broken unit tests.
Signed-off-by: Elena Zioga <[email protected]>
* mwa(build): Introduce COMMIT file for building MWA
Introduce COMMIT file that contains the commit where MWA needs to
checkout inside Kubeflow's common code in order to be built. This file
was integrated in the following places as well, thus a developer may
only update one file each time we neeed to checkout to a newer commit.
- Dockerfile
- README.md
Signed-off-by: Elena Zioga <[email protected]>
* gh-actions: Add GH action to run MWA unit tests
Introduce a Github action to run unit tests. This action is triggered
upon PRs including changes inside the MWA frontend directory.
Signed-off-by: Elena Zioga <[email protected]>
* mwa(front): Format code
Signed-off-by: Elena Zioga <[email protected]>
---------
Signed-off-by: Elena Zioga <[email protected]>
0 commit comments