Skip to content

[CMS-2] Install beacon and beacon live admin #17

[CMS-2] Install beacon and beacon live admin

[CMS-2] Install beacon and beacon live admin #17

Triggered via pull request July 20, 2024 17:43
Status Failure
Total duration 2m 39s
Billable time 3m
Artifacts

elixir.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
Test on OTP 27.0.1 / Elixir 1.17.2
Process completed with exit code 1.
Test on OTP 27.0.1 / Elixir 1.17.2
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test on OTP 27.0.1 / Elixir 1.17.2
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
Test on OTP 27.0.1 / Elixir 1.17.2
1..-1 has a default step of -1, please write 1..-1//-1 instead