-
Notifications
You must be signed in to change notification settings - Fork 133
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
Update Github Action workflows #2325
Merged
Merged
Conversation
This file contains 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
DavisRayM
force-pushed
the
include-postgres-client
branch
from
October 13, 2022 10:05
6a3aa4f
to
f78551e
Compare
- Update concurrency group
DavisRayM
force-pushed
the
include-postgres-client
branch
13 times, most recently
from
October 13, 2022 13:19
6c86411
to
730c46e
Compare
- Include security scan job that runs in parallel with the CI and Static analysis checks
DavisRayM
force-pushed
the
include-postgres-client
branch
from
October 13, 2022 13:21
730c46e
to
977f9b3
Compare
ukanga
previously approved these changes
Oct 13, 2022
ukanga
previously approved these changes
Oct 13, 2022
DavisRayM
changed the title
Add PostgreSQL client to the Docker images
Update Github Action workflows
Oct 13, 2022
The testcase shares a common folder that needs to be removed after each test case; In cases where the tests are running in parallel you can get a scenarion where Test Case A is deleting the folder while Test case B is adding a new file. Which would case an OS Error: Directory not empty to be raised
ukanga
previously approved these changes
Oct 13, 2022
- Silence codacy docstring error
DavisRayM
force-pushed
the
include-postgres-client
branch
from
October 14, 2022 12:42
f349bf9
to
d8a8105
Compare
ukanga
approved these changes
Oct 17, 2022
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.
Changes / Features implemented
set-output
command. https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/Static Analysis -> Unit Tests
&
Trivy security checks
Steps taken to verify this change does what is intended
Side effects of implementing this change
N/A