Skip to content

Improve docker alpine images #1213

Improve docker alpine images

Improve docker alpine images #1213

Triggered via push February 22, 2025 00:57
Status Failure
Total duration 3m 13s
Artifacts

master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
build
test Arena Clan 1 round sequential task_pack (CodebattleWeb.Integration.Tournament.ArenaClanTest)
build
Process completed with exit code 2.
build
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
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