feat: Add igniter task to convert an app to use @tanstack/db #222
Triggered via pull request
September 11, 2025 14:23
Status
Success
Total duration
3m 50s
Artifacts
–
elixir_tests.yml
on: pull_request
mix test
2m 12s
Test installation as a dependency without Electric or Ecto
2m 24s
Test installation as a dependency with embedded Electric
3m 11s
Test integration apps
3m 47s
mix format --check-formatted
13s
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
|