We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6c5fb commit 5598cdaCopy full SHA for 5598cda
.github/workflows/phoenix-integration.yml
@@ -73,7 +73,7 @@ jobs:
73
# Replace the phoenix_live_view dependency with a path dependency
74
sed -i "s|{:phoenix_live_view[^}]*}|{:phoenix_live_view, path: \"$LIVE_VIEW_PATH\", override: true}|g" mix.exs
75
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
+ 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
77
cat mix.exs | grep phoenix_live_view
78
79
- name: Run integration tests
0 commit comments