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

7 feature request GitHub action to verify on push #14

Merged
merged 2 commits into from
May 20, 2024

Conversation

Til7701
Copy link
Member

@Til7701 Til7701 commented May 20, 2024

What type of PR is this? (keep all applicable)

  • Feature

Description

GitHub action to verify changes to the project. Note, that the verify phase needs the gpg key. Therefore, I have limited it to the package phase, which includes the JUnit tests.

Related Tickets & Documents

@Til7701 Til7701 requested a review from JayPi4c May 20, 2024 15:15
@Til7701 Til7701 self-assigned this May 20, 2024
@Til7701 Til7701 linked an issue May 20, 2024 that may be closed by this pull request
@Til7701 Til7701 changed the base branch from main to develop May 20, 2024 15:15
distribution: 'temurin'
cache: maven
- name: Verify with Maven
run: mvn --batch-mode --update-snapshots package # verify needs gpg key
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can use the maven wrapper for the maven tasks to be consistent about the usage of our tools and their versions.
./mvnw
In Kurtama this command is used. I don't know if there were some shenanigans in place to make it work.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a problem on windows while running a bash script. There shouldn't be a problem here.

@Til7701 Til7701 merged commit 85ed2a0 into develop May 20, 2024
1 check passed
@Til7701 Til7701 deleted the 7-feature-request-github-action-to-verify-on-push branch May 20, 2024 20:30
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.

[Feature Request]: GitHub action to verify on push
2 participants