Skip to content

Allow developer to delete their own TIL post #171

Allow developer to delete their own TIL post

Allow developer to delete their own TIL post #171

Triggered via push October 31, 2025 15:59
Status Failure
Total duration 3m 59s
Artifacts

ci.yml

on: push
Matrix: Build
Matrix: Code Linting
Matrix: Testing
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 8 warnings
Testing (1.18.4, 28.1)
Process completed with exit code 2.
Testing (1.18.4, 28.1): test/features/visitor_searches_posts_test.exs#L39
feature with paginated query results (VisiorSearchesPosts)
Code Linting (1.18.4, 28.1)
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
Testing (1.18.4, 28.1)
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
Testing (1.18.4, 28.1)
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
Testing (1.18.4, 28.1)
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
Testing (1.18.4, 28.1)
using map.field notation (without parentheses) to invoke function TilexWeb.Endpoint.__sockets__() is deprecated, you must add parentheses instead: remote.function()
Testing (1.18.4, 28.1)
using map.field notation (without parentheses) to invoke function Phoenix.Digester.Gzip.file_extensions() is deprecated, you must add parentheses instead: remote.function()
Testing (1.18.4, 28.1)
using map.field notation (without parentheses) to invoke function Phoenix.Digester.Gzip.file_extensions() is deprecated, you must add parentheses instead: remote.function()
Testing (1.18.4, 28.1)
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it