Skip to content

fix CI

fix CI #1550

Re-run triggered July 9, 2024 18:29
Status Success
Total duration 6m 18s
Artifacts

elixir.yml

on: push
Build and test
6m 7s
Build and test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build and test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and test
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Build and test
~R/.../ is deprecated, use ~r/.../ instead
Build and test
0..-2 has a default step of -1, please write 0..-2//-1 instead
Build and test
0..-3 has a default step of -1, please write 0..-3//-1 instead
Build and test
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it
Build and test
~R/.../ is deprecated, use ~r/.../ instead
Build and test
0..-2 has a default step of -1, please write 0..-2//-1 instead
Build and test
0..-3 has a default step of -1, please write 0..-3//-1 instead
Build and test
:logger :level has been set to :warn in config files, please use :warning instead
Build and test
using map.field notation (without parentheses) to invoke function LiveBabinikuWeb.Endpoint.__sockets__() is deprecated, you must add parentheses instead: remote.function()