Skip to content

feat: Add igniter task to convert an app to use @tanstack/db (#102) #227

feat: Add igniter task to convert an app to use @tanstack/db (#102)

feat: Add igniter task to convert an app to use @tanstack/db (#102) #227

Triggered via push September 15, 2025 13:45
Status Success
Total duration 3m 43s
Artifacts

elixir_tests.yml

on: push
mix test
2m 10s
mix test
Test installation as a dependency without Electric or Ecto
2m 5s
Test installation as a dependency without Electric or Ecto
Test installation as a dependency with embedded Electric
3m 17s
Test installation as a dependency with embedded Electric
Test integration apps
3m 39s
Test integration apps
mix format --check-formatted
12s
mix format --check-formatted
Fit to window
Zoom out
Zoom in

Annotations

1 warning
mix test
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention