-
Notifications
You must be signed in to change notification settings - Fork 3
NIAD-3192: Move from Jenkins to GitHub Actions #285
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
Merged
MartinWheelerMT
merged 15 commits into
develop
from
niad-3192-create-github-action-for-build
Apr 3, 2025
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
82fa5fd
NIAD-3192: Move from Jenkins to GitHub Actions
MartinWheelerMT d272fc4
* Change branch name from main to develop as per NHAIS Adaptor primar…
MartinWheelerMT 8e5ecb0
* Add component tests to `test.yml`
MartinWheelerMT c085d74
* Update the test path for collecting artifacts for component tests.
MartinWheelerMT de28d30
* Add integration tests to test workflow
MartinWheelerMT 9b04a79
* Update working directory for docker.
MartinWheelerMT 41bd444
* use docker with compose subcommand rather than deprecated `docker-c…
MartinWheelerMT f82938e
* Add detach flag to docker compose
MartinWheelerMT 09ea4bc
* Update test containers mongo db issue due to `DEPRECATION NOTICE] D…
MartinWheelerMT 17b3107
* Remove unnecessary parameter `path` from test workflow.
MartinWheelerMT 695e0e8
* Update job name to shorten it.
MartinWheelerMT 4bf43e1
* Add `publish.yml` to allow the images to be pushed to Amazon ECR.
MartinWheelerMT 1cca8ec
* Fix an incorrect path in `publish.yml`.
MartinWheelerMT 43a2f5e
* Correct pluralization typos.
MartinWheelerMT a2093f7
* Remove unnecessary braces around [ ubuntu-latest ].
MartinWheelerMT File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was updated due to TestContainers reporting the following issue due docker versioning on the GitHub runners:
[DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of docker.io/library/mongo:3.2.4 to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2`.
This change only affects the TestContainers startup stage for the integration tests.