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 d82498a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions tests/snapshots/generate_plan_tests__elixir_ecto.snap
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ snapshot_kind: text
"install"
],
"cmds": [
"mix compile"
"mix compile",
"mix assets.deploy"
],
"onlyIncludeFiles": [
"config/runtime.exs",
Expand All @@ -36,8 +37,8 @@ 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": [
Expand Down
7 changes: 4 additions & 3 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,8 +36,8 @@ 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": [
Expand Down

0 comments on commit d82498a

Please sign in to comment.