Skip to content

Merge pull request #2214 from hexlet-codebattle/add-user-lang #1523

Merge pull request #2214 from hexlet-codebattle/add-user-lang

Merge pull request #2214 from hexlet-codebattle/add-user-lang #1523

Triggered via push October 16, 2025 16:28
Status Failure
Total duration 2m 25s
Artifacts

master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
build
Process completed with exit code 2.
build
test GenServer behavior handle_info/2 with :run_upcoming processes tournaments and schedules next run (Codebattle.Tournament.UpcomingRunnerTest)
build
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