Skip to content

fix archive switch

fix archive switch #24

Triggered via push January 21, 2025 23:33
Status Failure
Total duration 2m 49s
Artifacts

elixir.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
Build and test: test/inkfish_web/controllers/admin/docker_tag_controller_test.exs#L45
test create docker_tag renders errors when data is invalid (InkfishWeb.Admin.DockerTagControllerTest)
Build and test: test/inkfish_web/controllers/admin/docker_tag_controller_test.exs#L71
test update docker_tag renders errors when data is invalid (InkfishWeb.Admin.DockerTagControllerTest)
Build and test
Process completed with exit code 2.
Build and test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and 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
Build and 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