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

Omit devDependencies again in fixtures workflow #762

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

jonathanperret
Copy link
Contributor

In #718, the fixtures.yml workflow broke when I added a call to dotenvx in the migrate script, while dotenvx was only a devDependency which was not installed by that workflow. I "fixed" it by enabling devDependencies in that workflow.

That was tragic mistake, as what that workflow failure was telling us was that the migrate script was no longer able to run in a production-like environment.

Fortunately, the problem was caught in the staging environment, and properly fixed in #760 by moving dotenvx to dependencies.

This PR completes the reversal by reinstating the --omit-dev flag in the fixtures.yml workflow, so that future similar issues are caught sooner.

@rdubigny rdubigny merged commit 34563ea into master Oct 16, 2024
28 checks passed
@rdubigny rdubigny deleted the jonathanperret/fix-fixtures-devdeps branch October 16, 2024 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants