Skip to content

Commit

Permalink
fix elixir tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nbw committed Jan 5, 2025
1 parent 9ade6af commit 0b46f6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions tests/snapshots/generate_plan_tests__elixir_ecto.snap
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ snapshot_kind: text
"setup"
],
"cmds": [
"MIX_ENV=prod mix local.hex --force",
"MIX_ENV=prod mix local.rebar --force",
"mix local.hex --force",
"mix local.rebar --force",
"mix deps.get --only prod"
],
"onlyIncludeFiles": [
"config/config.exs",
"config/prod.exs",
"config/${MIX_ENV}.exs",
"mix.exs",
"mix.lock"
]
Expand Down
9 changes: 5 additions & 4 deletions tests/snapshots/generate_plan_tests__elixir_phx_no_ecto.snap
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ expression: plan
"install"
],
"cmds": [
"mix compile"
"mix compile",
"mix assets.deploy"
],
"onlyIncludeFiles": [
"config/runtime.exs",
Expand All @@ -35,13 +36,13 @@ expression: plan
"setup"
],
"cmds": [
"MIX_ENV=prod mix local.hex --force",
"MIX_ENV=prod mix local.rebar --force",
"mix local.hex --force",
"mix local.rebar --force",
"mix deps.get --only prod"
],
"onlyIncludeFiles": [
"config/config.exs",
"config/prod.exs",
"config/${MIX_ENV}.exs",
"mix.exs",
"mix.lock"
]
Expand Down

0 comments on commit 0b46f6a

Please sign in to comment.