NIAD-3152: Create Build Workflow#192
Merged
Merged
Conversation
* Add `test.yml` to instantiate GitHub runner to run the gradle spotbugs and checkstyle unit, integration, and main code tests. * Add a job to `build.yml` to execute the `test.yml` workflow.
MartinWheelerMT
force-pushed
the
create-initial-github-action
branch
from
March 26, 2025 15:32
035fd93 to
f64f9e7
Compare
* Update `test.yml` to instantiate GitHub runner to run the Gradle unit tests and collect artifacts.
MartinWheelerMT
force-pushed
the
create-initial-github-action
branch
from
March 26, 2025 16:09
e199b2e to
21e0e94
Compare
|
Images built and published to ECR using a Build Id of PR-192-17-7e39871 |
Alex-Nita
self-requested a review
March 27, 2025 16:00
Alex-Nita
approved these changes
Mar 27, 2025
Collaborator
Author
|
Bypassed branch protection due to required check being Branch name. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add Build template workflow for github action
Jira Ticket
To further develop and test the workflow, there has to be a file available on Main, although the development can then be completed on a different branch before merging.