Skip to content

Add GitHub Actions CI workflow#1

Merged
uwemaurer merged 1 commit into
masterfrom
add-github-actions-ci
May 20, 2026
Merged

Add GitHub Actions CI workflow#1
uwemaurer merged 1 commit into
masterfrom
add-github-actions-ci

Conversation

@uwemaurer
Copy link
Copy Markdown
Contributor

Sets up continuous integration via GitHub Actions.

What it does

  • Runs on every push to master, every pull request to master, and manual dispatch.
  • Uses Temurin JDK 21 and the project's Gradle wrapper (9.5.1).
  • Runs ./gradlew build, which generates the OpenAPI sources, compiles, and runs the JUnit tests.
  • Uploads test reports as a build artifact.

Verification

  • ./gradlew clean build passes locally.
  • This PR triggers the first CI run; merging after it goes green.

🤖 Generated with Claude Code

@uwemaurer uwemaurer merged commit d775b6e into master May 20, 2026
1 check passed
@uwemaurer uwemaurer deleted the add-github-actions-ci branch May 20, 2026 12:46
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.

1 participant