Skip to content

Conversation

@jongwooo
Copy link
Contributor

@jongwooo jongwooo commented Dec 9, 2024

This pull request adds a new GitHub Actions workflow configuration for building the project. The workflow is triggered on pull requests and pushes to the master branch, excluding markdown(**.md) and documentation files(docs/**). It includes a matrix strategy to build the project on different operating systems and Java versions.

Key changes include:

  • Added a new workflow configuration in .github/workflows/build.yaml to define the build process.
  • Configured the workflow to run on Ubuntu, Windows, and macOS with multiple Java versions, excluding unsupported combinations.
  • Included steps to check out the repository, set up the Java environment, and build the project using Maven.

cc. @namkyu1999

Copy link
Member

@namkyu1999 namkyu1999 left a comment

Choose a reason for hiding this comment

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

Can you check this one please? we need a step to download additional sources

https://github.com/litmuschaos/litmus-java-sdk/blob/master/CONTRIBUTING.md#2-download-additional-sources

Signed-off-by: Jongwoo Han <jongwooo.han@gmail.com>
@jongwooo jongwooo force-pushed the add-github-actions-continuous-build branch from 4edbfe7 to aead544 Compare December 11, 2024 01:46
@jongwooo
Copy link
Contributor Author

Can you check this one please? we need a step to download additional sources

@namkyu1999 Thanks. I’ve just committed the changes.

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