Skip to content

feat: block routes based on event start time #358

feat: block routes based on event start time

feat: block routes based on event start time #358

Triggered via pull request November 4, 2024 20:36
Status Failure
Total duration 1m 40s
Artifacts

test.yml

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

Annotations

10 errors and 2 warnings
OTP 27.x / Elixir 1.17.x: test/safira_web/controllers/error_html_test.exs#L7
test renders 404.html (SafiraWeb.ErrorHTMLTest)
OTP 27.x / Elixir 1.17.x: test/safira_web/controllers/error_html_test.exs#L11
test renders 500.html (SafiraWeb.ErrorHTMLTest)
OTP 27.x / Elixir 1.17.x: test/safira_web/live/user_registration_live_test.exs#L25
test Registration page renders errors for invalid data (SafiraWeb.UserRegistrationLiveTest)
OTP 27.x / Elixir 1.17.x: test/safira_web/live/user_registration_live_test.exs#L8
test Registration page renders registration page (SafiraWeb.UserRegistrationLiveTest)
OTP 27.x / Elixir 1.17.x: test/safira_web/controllers/user_session_controller_test.exs#L80
test POST /users/log_in redirects to login page with invalid credentials (SafiraWeb.UserSessionControllerTest)
OTP 27.x / Elixir 1.17.x: test/safira_web/controllers/user_session_controller_test.exs#L35
test POST /users/log_in logs the user in with return to (SafiraWeb.UserSessionControllerTest)
OTP 27.x / Elixir 1.17.x: test/safira_web/controllers/user_session_controller_test.exs#L11
test POST /users/log_in logs the user in (SafiraWeb.UserSessionControllerTest)
OTP 27.x / Elixir 1.17.x: test/safira_web/live/user_login_live_test.exs#L34
test user login redirects to login page with a flash error if there are no valid credentials (SafiraWeb.UserLoginLiveTest)
OTP 27.x / Elixir 1.17.x: test/safira_web/live/user_registration_live_test.exs#L40
test registration navigation redirects to login page when the Log in button is clicked (SafiraWeb.UserRegistrationLiveTest)
OTP 27.x / Elixir 1.17.x: test/safira_web/controllers/user_session_controller_test.exs#L21
test POST /users/log_in logs the user in with remember me (SafiraWeb.UserSessionControllerTest)
OTP 27.x / Elixir 1.17.x
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
OTP 27.x / Elixir 1.17.x
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/