#
02e14973 |
| 27-Feb-2024 |
Ed Tanous <ed@tanous.net> |
Move ci from format-code to run-ci
Format code is supposed to do just that... format code. npm ci is doing much more than that, so it belongs in run-ci.
Change-Id: I4c4e94f1a53e04aa13289aea2590981
Move ci from format-code to run-ci
Format code is supposed to do just that... format code. npm ci is doing much more than that, so it belongs in run-ci.
Change-Id: I4c4e94f1a53e04aa13289aea259098143377cc2c Signed-off-by: Ed Tanous <ed@tanous.net>
show more ...
|
#
9b27bc08 |
| 16-Mar-2021 |
Derick Montague <derick.montague@ibm.com> |
Add run-ci shell script
The GUI has a set of unit tests that are currrently only being run using a pre-comit hook. This hook can be overridden and we would like to have the unit tests run during the
Add run-ci shell script
The GUI has a set of unit tests that are currrently only being run using a pre-comit hook. This hook can be overridden and we would like to have the unit tests run during the CI build to assure that the GUI unit tests are passing. Adding this shell script so that we can run any GUI unit tests during the CI build.
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I1b62f47fb05d4f36796c5cdb4e7529b1f3afd0d5
show more ...
|