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

ci(build): run a build in non-dev environment #7514

Open
3 tasks done
mtrezza opened this issue Aug 23, 2021 · 0 comments
Open
3 tasks done

ci(build): run a build in non-dev environment #7514

mtrezza opened this issue Aug 23, 2021 · 0 comments
Labels
type:meta Non-code issue

Comments

@mtrezza
Copy link
Member

mtrezza commented Aug 23, 2021

New Feature / Enhancement Checklist

Current Limitation

Currently, the CI runs all tests in dev environments. This means all npm dev dependencies will be installed. That is not representative of a production environment, where dev dependencies are not installed.

This can cause bugs to stay undetected, like #7183 where a dev dependency is used in non-test code and therefore passes the test. In a production environment that dependency would be missing and break the feature that is using that dependency.

Feature / Enhancement Description

Add additional CI stage to run tests in non-dev environment.

Example Use Case

#7183

Alternatives / Workarounds

none

3rd Party References

n/a

@mtrezza mtrezza added the type:meta Non-code issue label Aug 23, 2021
@mtrezza mtrezza mentioned this issue Aug 23, 2021
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:meta Non-code issue
Projects
None yet
Development

No branches or pull requests

1 participant