Skip to content

Inbox handling (#605) #235

Inbox handling (#605)

Inbox handling (#605) #235

Triggered via push February 4, 2025 20:22
Status Failure
Total duration 4m 29s
Artifacts

cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Deploy
Process completed with exit code 1.
Build & 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