Skip to content

Commit 5266401

Browse files
committed
fix
1 parent 2c6c5fb commit 5266401

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/phoenix-integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ jobs:
7373
# Replace the phoenix_live_view dependency with a path dependency
7474
sed -i "s|{:phoenix_live_view[^}]*}|{:phoenix_live_view, path: \"$LIVE_VIEW_PATH\", override: true}|g" mix.exs
7575
sed -i "s|{:phoenix_live_view[^}]*}|{:phoenix_live_view, path: \"$LIVE_VIEW_PATH\", override: true}|g" ../installer/templates/phx_single/mix.exs
76-
# sed -i "s|{:phoenix_live_view[^}]*}|{:phoenix_live_view, \">= 0.0.0\"}\n{:phoenix_live_view, path: \"$LIVE_VIEW_PATH\", override: true}|g" ../installer/templates/phx_umbrella/mix.exs
76+
sed -i "s|{:phoenix_live_view[^}]*}|{:phoenix_live_view, path: \"$LIVE_VIEW_PATH\", override: true}|g" ../installer/templates/phx_umbrella/apps/app_name_web/mix.exs
77+
sed -i "s|{:phoenix_live_view[^}]*}|\#{:phoenix_live_view, \">= 0.0.0\"}\n {:phoenix_live_view, path: \"$LIVE_VIEW_PATH\", override: true}|g" ../installer/templates/phx_umbrella/mix.exs
7778
cat mix.exs | grep phoenix_live_view
7879
7980
- name: Run integration tests

0 commit comments

Comments
 (0)