| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
9970ea0431
|
Remove old ci/cd configs (#2691) | 4 years ago |
|
|
a908dac441
|
Update event list for workflow triggering. (#2665)
- When configured "pull_request[type: opened] + push", workflow not getting triggered when there is a change in PR code/commits when the branch is from the parent's forked repo. - Configured only pull_request event as any change can only go through PR. - pull_request event by default happens when opened, synchronize (means whenever there is change/commit, sync happens), and reopened. So this should be good enough for our use cases. More details in [approach doc](https://docs.google.com/document/d/1YNYUAlEUXTi4UZG5gEFZGQ7oe7LxNKh7FYSg2qtIUvI/edit#heading=h.1c7qt5y1jb9) |
4 years ago |
|
|
5b1e24628a
|
Configure CI flow in Github Actions (#2664)
Our objective is to (replicating the previous setup): - Do Maven test of LPN tool modules common, data and java-build through a Maven profile. - Also build and test run ant target “junit” that unit tests the java LPN api jar after being built. - Check whether LPN’s JS API/files are in ascii format/not. - More details are mentioned in [approach doc](https://docs.google.com/document/d/1YNYUAlEUXTi4UZG5gEFZGQ7oe7LxNKh7FYSg2qtIUvI/edit) |
4 years ago |