Skip to content

Add GitHub Actions CI workflow#2

Merged
kevinwang1975 merged 2 commits into
masterfrom
ci-github-actions
May 17, 2026
Merged

Add GitHub Actions CI workflow#2
kevinwang1975 merged 2 commits into
masterfrom
ci-github-actions

Conversation

@kevinwang1975
Copy link
Copy Markdown
Owner

Summary

  • Adds a CI pipeline using GitHub Actions that builds and tests the project on Java 8 and Java 11 (matrix build)
  • Triggers on push/PR to master, weekly schedule (Mondays 09:00 UTC), and manually via workflow_dispatch
  • Caches Maven dependencies for faster subsequent runs
  • Uploads the built JAR (target/pathfinder-1.0.jar) as a workflow artifact

@kevinwang1975 kevinwang1975 merged commit 1a4e4cb into master May 17, 2026
1 check passed
@kevinwang1975 kevinwang1975 deleted the ci-github-actions branch May 17, 2026 10:25
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