-
Notifications
You must be signed in to change notification settings - Fork 48
101 GitHub actions ci automated frontend and backend builds #101
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
Closed
SamNie2027
wants to merge
125
commits into
Code-4-Community:main
from
Code-4-Community:101-github-actions-ci-automated-frontend-and-backend-builds
Closed
101 GitHub actions ci automated frontend and backend builds #101
SamNie2027
wants to merge
125
commits into
Code-4-Community:main
from
Code-4-Community:101-github-actions-ci-automated-frontend-and-backend-builds
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hp adding migrations - test
adding comments to explain type error
Create application entity
[Issue #16] - create discipline entity in TypeORM
…le and application types
added testing removed deprecated on update adding user authentication by adding provider deleted old migration file and used just the main one
This reverts commit 11de220.
This reverts commit d383447.
…ests/requirements to reduce confusion
…the-backend 93 expand test cases in the backend
Removed matrix strategy for Node.js versions and fixed Node.js version to 24.x.
…matic-lint-and-test-check 97 GitHub actions automatic lint and test check
Added a TODO comment to indicate intentional breakage for GitHub Actions.
Added a TODO comment to indicate a temporary change for GitHub Actions.
This reverts commit 068e4d8.
This reverts commit 6439e22.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ℹ️ Issue
Closes #101
📝 Description
Adding separate frontend and backend builds to CI for fast feedback to devs.
Uses npx nx build
✔️ Verification
Passes if npx nx serve works on local. When I purposefully added breaking changes to both the backend and frontend separately, the builds failed and are marked as failed on GitHub Actions.