Optimize build and test workflow#540
Open
DaijobuDes wants to merge 3 commits intobettergovph:mainfrom
Open
Conversation
- Temporarily commented out build_image since it has no use for now - Add npm run build to test if app builds correctly and skip e2e_tests if it fails
Contributor
|
Suggested an alternative way of disabling the LGTM. |
j4ckofalltrades
approved these changes
Nov 17, 2025
Contributor
|
@DaijobuDes This change needs to be merged in manually (by someone that has write access / someone that can override repo rules). GitHub Actions has stalled and is waiting for the |
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
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.
Summary
build_imagesince it does not push anything and wastes time.lint_checksstep to test if the application builds correctly and skipe2e_testsif it fails to save time.Sample workflow ran: https://github.com/DaijobuDes/bettergov/actions/runs/19323461242