Skip to content

tmp

tmp #69

Triggered via push July 13, 2024 14:49
Status Failure
Total duration 1m 2s
Artifacts

ci.yml

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

Annotations

7 errors and 3 warnings
OTP 27 / Elixir 1.17.1: test/habits_web/controllers/user_controller_test.exs#L27
test index lists all users (HabitsWeb.UserControllerTest)
OTP 27 / Elixir 1.17.1: test/habits_web/controllers/user_controller_test.exs#L49
test create user renders errors when data is invalid (HabitsWeb.UserControllerTest)
OTP 27 / Elixir 1.17.1: test/habits_web/controllers/user_controller_test.exs#L58
test update user renders user when data is valid (HabitsWeb.UserControllerTest)
OTP 27 / Elixir 1.17.1: test/habits_web/controllers/user_controller_test.exs#L73
test update user renders errors when data is invalid (HabitsWeb.UserControllerTest)
OTP 27 / Elixir 1.17.1: test/habits_web/controllers/user_controller_test.exs#L34
test create user renders user when data is valid (HabitsWeb.UserControllerTest)
OTP 27 / Elixir 1.17.1: test/habits_web/controllers/user_controller_test.exs#L82
test delete user deletes chosen user (HabitsWeb.UserControllerTest)
OTP 27 / Elixir 1.17.1
Process completed with exit code 2.
OTP 27 / Elixir 1.17.1
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
OTP 27 / Elixir 1.17.1
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
OTP 27 / Elixir 1.17.1
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead