Skip to content
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

Use reusable GitHub actions in CI build #89

Merged
merged 4 commits into from
May 23, 2024

Conversation

mfitz
Copy link
Contributor

@mfitz mfitz commented May 22, 2024

In the interest of creating small PRs, I'm splitting the fix for #88 into two PRs. This one introduces the reusable Slack notifications action as a replacement for the inlined equivalent in the CI build.

Once this is merged, I will replace the inlined step that uploads the zipped repo to S3. That second PR will be slightly more complex than this one because the current equivalent code does more than the reusable Action by also parsing the version info out of pom.xml before uploading to S3. It will require minor refactoring to move that into a dedicated step.

Build notifications are still happening for this branch after the change to the build workflow:

Screenshot 2024-05-22 at 23 38 11

@mfitz mfitz requested a review from KasiaKoz May 22, 2024 22:45
@mfitz mfitz merged commit 73c0daf into main May 23, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants