Skip to content

Add GitHub Actions CI workflow for automated testing#54

Merged
xlson merged 4 commits intomasterfrom
add-github-actions-ci
Jun 12, 2025
Merged

Add GitHub Actions CI workflow for automated testing#54
xlson merged 4 commits intomasterfrom
add-github-actions-ci

Conversation

@xlson
Copy link
Owner

@xlson xlson commented Jun 9, 2025

  • Run tests on push and pull requests to master/main
  • Use Java 21 with Temurin distribution
  • Include Gradle caching for faster builds
  • Upload test results as artifacts

🤖 Generated with Claude Code

xlson and others added 3 commits June 9, 2025 09:35
- Run tests on push and pull requests to master/main
- Use Java 21 with Temurin distribution
- Include Gradle caching for faster builds
- Upload test results as artifacts

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Add useJUnitPlatform() to enable Spock test discovery
- Add byte-buddy, mockito-core, and objenesis for Java class mocking
- All 52 tests now pass (100% success rate)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@xlson xlson force-pushed the add-github-actions-ci branch from e21e3d3 to bf3b51f Compare June 9, 2025 08:03
@xlson xlson merged commit 5092073 into master Jun 12, 2025
1 check passed
@xlson xlson deleted the add-github-actions-ci branch June 12, 2025 09:58
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