Skip to content

Commit

Permalink
allow to run the integration test many times without deleting the tem…
Browse files Browse the repository at this point in the history
…plate project folders
  • Loading branch information
tiagoefmoraes committed Jan 26, 2024
1 parent 7feb32b commit 88fc41b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/mix/tasks/surface/surface.init/integration_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ defmodule Mix.Tasks.Surface.Init.IntegrationTest do
project_folder_patched = "#{template_project_folder}_patched"
project_folder_unpatched = "#{template_project_folder}_unpatched"

build_project_from_template(template_status, template_project_folder, project_folder_unpatched,
on_change: &compile/1
)
build_project_from_template(:created, template_project_folder, project_folder_unpatched, on_change: &compile/1)

build_project_from_template(template_status, template_project_folder, project_folder_patched,
on_create: &surface_init_all/1,
Expand Down

0 comments on commit 88fc41b

Please sign in to comment.