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

[19310] Replaced travis with github action #410

Merged
merged 3 commits into from
Feb 12, 2024

Conversation

sg-jsonjuliane
Copy link
Contributor

Implemented a GitHub Actions workflow specifically for the develop branch. Changes include:

  • Triggering the workflow on push and pull requests to the develop branch.
  • Environment set to Ubuntu 20.04.
  • Workflow steps:
    • Checking out the repository.
    • Setting up JDK 11 using Zulu distribution.
    • Granting execute permission to the Gradle wrapper.
    • Caching Gradle dependencies to improve build speed.
    • Running tests using Gradle.

This setup ensures efficient continuous integration for our ongoing development work.

@sg-jsonjuliane
Copy link
Contributor Author

Will not be merged for the mean time. Handling of gradle issues will be discussed first with @MichaelReyes via slack.

@sg-jsonjuliane
Copy link
Contributor Author

@MichaelReyes, already approved, but can you verify via comment that the failure is now caused by test classes, before we merge?

Thank you.

@sg-jsonjuliane sg-jsonjuliane merged commit c75619a into develop Feb 12, 2024
1 check failed
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