Skip to content

fix: set MIX_ENV=test for mix ci alias and CI workflow#1

Merged
23min merged 1 commit intomainfrom
fix/mix-ci-test-env
Feb 8, 2026
Merged

fix: set MIX_ENV=test for mix ci alias and CI workflow#1
23min merged 1 commit intomainfrom
fix/mix-ci-test-env

Conversation

@23min
Copy link
Owner

@23min 23min commented Feb 8, 2026

Summary

  • Add cli/0 with preferred_envs: [ci: :test] so mix ci runs tests in the test env
  • Set MIX_ENV=test explicitly in the GitHub Actions workflow

Test plan

  • mix ci passes locally (43 tests, 0 failures)

🤖 Generated with Claude Code

The ci alias and CI workflow ran mix test in the dev environment,
causing failures when dev-only deps were compiled.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@23min 23min merged commit b206a65 into main Feb 8, 2026
3 checks passed
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.

1 participant