Skip to content

Commit 5598cda

Browse files
committed
fix
1 parent 2c6c5fb commit 5598cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phoenix-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ 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, \">= 0.0.0\"}\n{:phoenix_live_view, path: \"$LIVE_VIEW_PATH\", override: true}|g" ../installer/templates/phx_umbrella/mix.exs
7777
cat mix.exs | grep phoenix_live_view
7878
7979
- name: Run integration tests

0 commit comments

Comments
 (0)