[FEATURE REQUEST] Build and Test via Github Actions #1389
Labels
devops
Use this label for devops related enhancements
good first issue
Help new contributors find good first issue
Would be nice if each PR triggered a build and test of the branch. That way it would be a bit more robust, and less likely to let through bugs that crash the site. Especially useful for dependency updates.
As referenced here:
No need to deploy imo. Just a simple build and run would suffice. If it runs, and the code checks are all green, it probably should work.
We could add a build step to the CodeQL workflow though. Maybe just add
npm ci
,npm build
andnpm test
?Can probably just be added as a replacement of these lines:
devicon/.github/workflows/codeql-analysis.yml
Lines 45 to 55 in 1119b9f
Originally posted by @Snailedlt in #1385 (comment)
The text was updated successfully, but these errors were encountered: