Skip to content

feat: add ci pipeline to validate builds#4

Merged
DJAngel973 merged 1 commit into
mainfrom
feature/CI-CD
Jun 21, 2026
Merged

feat: add ci pipeline to validate builds#4
DJAngel973 merged 1 commit into
mainfrom
feature/CI-CD

Conversation

@DJAngel973

Copy link
Copy Markdown
Owner

Add GitHub Actions CI pipeline to validate builds on every push and pull request.

  • Runs on push to main and pull request targeting main
  • Compiles the project with mvn clean package -DskipTests
  • Builds the Docker image to verify image to verify the multi-stage Dockerfile is correct

Prevents broken code from reaching main and being deployed to Railway.
The pipeline acts as a gatekeeper - if the buld fails, the PR cannot be merged.

@DJAngel973 DJAngel973 merged commit a7e3972 into main Jun 21, 2026
2 checks passed
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