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

GitHub Workflow #9

Open
2 tasks
SHIV5T3R opened this issue Apr 23, 2024 · 0 comments
Open
2 tasks

GitHub Workflow #9

SHIV5T3R opened this issue Apr 23, 2024 · 0 comments
Labels
good first issue Good for newcomers pipeline Relates to CI/CD and deployment tasks

Comments

@SHIV5T3R
Copy link
Owner

Objective

The objective of this task is to set up a GitHub Action that checks over both sides of the stack when there is a change to the codebase.

Requirements

  • Configure Action to compile TypeScript

    Configure the GitHub Action to compile TypeScript files in our repository using the TypeScript compiler.

  • Configure Action to compile Java (Spring)

    Configure the GitHub Action to build the Spring Boot application using Maven (double check to see if this is the correct build tool).

Acceptance Criteria

  • The GitHub Action successfully builds the Java Spring application without errors.
  • Unit tests and integration tests are executed, and any test failures are reported accurately.
  • Build failures or test errors are reported with detailed information for debugging purposes.
@SHIV5T3R SHIV5T3R converted this from a draft issue Apr 23, 2024
@SHIV5T3R SHIV5T3R added good first issue Good for newcomers pipeline Relates to CI/CD and deployment tasks labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers pipeline Relates to CI/CD and deployment tasks
Projects
Status: Ready
Development

No branches or pull requests

1 participant