Skip to content

Jitpack deploy, dependabot, phoenix test server update #106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

simlay
Copy link
Contributor

@simlay simlay commented May 31, 2024

There's not really a specific issue this solves. It's some of the work needed for #107.

This also updates the elixir test server backend to use newer versions of live_view_native.

@simlay simlay force-pushed the simlay/deploy-with-jitpack branch from 5fb1568 to b958854 Compare June 6, 2024 00:04
@simlay simlay changed the title Jitpack deploy and phx updates Jitpack deploy, dependabot, phoenix test server update Jun 6, 2024
@@ -20,7 +20,7 @@ import org.phoenixframework.liveviewnative.core.LiveFile;
class SocketTest {
@Test
fun simple_connect() = runTest {
var live_socket = LiveSocket("http://127.0.0.1:4001/upload?_lvn[format]=swiftui", Duration.ofDays(10));
var live_socket = LiveSocket.connect("http://127.0.0.1:4001/upload?_format=jetpack", Duration.ofDays(10));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* Use a better style for including desktop libs in tests
* Add dependabot for mix, swift and gradle
* Put a timelimit on certain tests
* Update elixir live_view_native dependencies.
@simlay simlay force-pushed the simlay/deploy-with-jitpack branch from b958854 to cd0a99e Compare June 6, 2024 00:35
@simlay simlay merged commit 6f7a3f6 into main Jun 6, 2024
15 checks passed
@simlay simlay deleted the simlay/deploy-with-jitpack branch June 6, 2024 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant