Skip to content

Move data dir one level higher #4

Move data dir one level higher

Move data dir one level higher #4

Triggered via push March 27, 2026 04:27
Status Failure
Total duration 5m 57s
Artifacts

ci.yml

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

Annotations

63 errors and 9 warnings
Elixir 1.18-otp-26 / OTP 26
Process completed with exit code 1.
Elixir 1.17-otp-26 / OTP 26
Process completed with exit code 1.
Elixir 1.19-otp-26 / OTP 26
Process completed with exit code 1.
Elixir 1.17-otp-27 / OTP 27: test/localize/message/currency_options_test.exs#L78
test combined options currencyDisplay=code with currencySign=accounting (Localize.Message.CurrencyOptionsTest)
Elixir 1.17-otp-27 / OTP 27: test/localize/message/currency_options_test.exs#L69
test currencySign option accounting with positive value formats normally (Localize.Message.CurrencyOptionsTest)
Elixir 1.17-otp-27 / OTP 27: test/localize/message/currency_options_test.exs#L39
test currencyDisplay option code displays ISO currency code (Localize.Message.CurrencyOptionsTest)
Elixir 1.17-otp-27 / OTP 27: test/localize/message/currency_options_test.exs#L91
test combined options currency with minimumFractionDigits (Localize.Message.CurrencyOptionsTest)
Elixir 1.17-otp-27 / OTP 27: test/localize/message/currency_options_test.exs#L56
test currencySign option accounting wraps negative values in parentheses (Localize.Message.CurrencyOptionsTest)
Elixir 1.17-otp-27 / OTP 27: test/localize/message/currency_options_test.exs#L18
test currency formatting basic currency with currency code (Localize.Message.CurrencyOptionsTest)
Elixir 1.17-otp-27 / OTP 27: test/localize/message/currency_options_test.exs#L22
test currency formatting currency with integer value (Localize.Message.CurrencyOptionsTest)
Elixir 1.17-otp-27 / OTP 27: test/localize/message/currency_options_test.exs#L32
test currencyDisplay option narrowSymbol displays narrow currency symbol (Localize.Message.CurrencyOptionsTest)
Elixir 1.17-otp-27 / OTP 27: test/localize/message/currency_options_test.exs#L63
test currencySign option standard uses minus sign for negative values (Localize.Message.CurrencyOptionsTest)
Elixir 1.17-otp-27 / OTP 27: test/localize/message/currency_options_test.exs#L26
test currency formatting currency with string value (Localize.Message.CurrencyOptionsTest)
Elixir 1.18-otp-27 / OTP 27: test/localize/number/parser_test.exs#L13
test parse/2 parses a float string (Localize.Number.ParserTest)
Elixir 1.18-otp-27 / OTP 27: test/localize/number/parser_test.exs#L39
test resolve_per/2 resolves percent symbol (Localize.Number.ParserTest)
Elixir 1.18-otp-27 / OTP 27: test/localize/number/parser_test.exs#L4
doctest Localize.Number.Parser.scan/2 (2) (Localize.Number.ParserTest)
Elixir 1.18-otp-27 / OTP 27: test/localize/number/parser_test.exs#L27
test scan/2 scans a string with a number (Localize.Number.ParserTest)
Elixir 1.18-otp-27 / OTP 27: test/localize/number/parser_test.exs#L4
doctest Localize.Number.Parser.resolve_per/2 (4) (Localize.Number.ParserTest)
Elixir 1.18-otp-27 / OTP 27: test/localize/number/parser_test.exs#L32
test scan/2 scans a number followed by text (Localize.Number.ParserTest)
Elixir 1.18-otp-27 / OTP 27: test/localize/number/parser_test.exs#L9
test parse/2 parses an integer string (Localize.Number.ParserTest)
Elixir 1.18-otp-27 / OTP 27: test/localize/number/parser_test.exs#L17
test parse/2 parses a negative number (Localize.Number.ParserTest)
Elixir 1.18-otp-27 / OTP 27: test/localize/number/parser_test.exs#L4
doctest Localize.Number.Parser.scan/2 (1) (Localize.Number.ParserTest)
Elixir 1.18-otp-27 / OTP 27: test/localize/number/parser_test.exs#L4
doctest Localize.Number.Parser.parse/2 (3) (Localize.Number.ParserTest)
Elixir 1.19-otp-27 / OTP 27: test/localize/message/currency_options_test.exs#L56
test currencySign option accounting wraps negative values in parentheses (Localize.Message.CurrencyOptionsTest)
Elixir 1.19-otp-27 / OTP 27: test/localize/time_test.exs#L64
test to_string/2 with skeleton formats hms skeleton (Localize.TimeTest)
Elixir 1.19-otp-27 / OTP 27: test/localize/message/currency_options_test.exs#L50
test currencyDisplay option default displays standard currency symbol (Localize.Message.CurrencyOptionsTest)
Elixir 1.19-otp-27 / OTP 27: test/localize/time_test.exs#L7
test to_string/2 with standard formats medium format (default) (Localize.TimeTest)
Elixir 1.19-otp-27 / OTP 27: test/localize/message/currency_options_test.exs#L26
test currency formatting currency with string value (Localize.Message.CurrencyOptionsTest)
Elixir 1.19-otp-27 / OTP 27: test/localize/time_test.exs#L4
doctest Localize.Time.to_string/2 (2) (Localize.TimeTest)
Elixir 1.19-otp-27 / OTP 27: test/localize/time_test.exs#L17
test to_string/2 with standard formats AM time (Localize.TimeTest)
Elixir 1.19-otp-27 / OTP 27: test/localize/time_test.exs#L72
test to_string/2 with skeleton formats Hms skeleton (24-hour) (Localize.TimeTest)
Elixir 1.19-otp-27 / OTP 27: test/localize/time_test.exs#L12
test to_string/2 with standard formats short format (Localize.TimeTest)
Elixir 1.19-otp-27 / OTP 27: test/localize/time_test.exs#L4
doctest Localize.Time.to_string/2 (3) (Localize.TimeTest)
Elixir 1.20.0-rc.3-otp-27 / OTP 27: test/localize/number/number_formatting_test.exs#L58
test currency formatting explicit currency format with USD (Localize.Number.FormattingTest)
Elixir 1.20.0-rc.3-otp-27 / OTP 27: test/localize/number/number_formatting_test.exs#L77
test grouping minimum_grouping_digits for English (Localize.Number.FormattingTest)
Elixir 1.20.0-rc.3-otp-27 / OTP 27: test/localize/number/number_formatting_test.exs#L130
test special values Infinity (Localize.Number.FormattingTest)
Elixir 1.20.0-rc.3-otp-27 / OTP 27: test/localize/number/number_formatting_test.exs#L104
test fractional_digits option fraction digits of 2 (Localize.Number.FormattingTest)
Elixir 1.20.0-rc.3-otp-27 / OTP 27: test/localize/number/number_formatting_test.exs#L27
test basic formatting that -0 Decimal formats (Localize.Number.FormattingTest)
Elixir 1.20.0-rc.3-otp-27 / OTP 27: test/localize/number/number_formatting_test.exs#L117
test negative number formatting negative float (Localize.Number.FormattingTest)
Elixir 1.20.0-rc.3-otp-27 / OTP 27: test/localize/number/wrapper_test.exs#L19
test wrapper function wrapping plus and minus (Localize.Number.WrapperTest)
Elixir 1.20.0-rc.3-otp-27 / OTP 27: test/localize/number/wrapper_test.exs#L27
test wrapper function wrapping a literal (Localize.Number.WrapperTest)
Elixir 1.20.0-rc.3-otp-27 / OTP 27: test/localize/number/wrapper_test.exs#L9
test wrapper function wrapping a number (Localize.Number.WrapperTest)
Elixir 1.20.0-rc.3-otp-27 / OTP 27: test/localize/number/wrapper_test.exs#L14
test wrapper function wrapping a percent (Localize.Number.WrapperTest)
Elixir 1.19-otp-28 / OTP 28: test/localize/list_test.exs#L4
doctest Localize.List.intersperse!/2 (13) (Localize.ListTest)
Elixir 1.19-otp-28 / OTP 28: test/localize/list_test.exs#L44
test to_string/2 treat_middle_as_end option (Localize.ListTest)
Elixir 1.19-otp-28 / OTP 28: test/localize/list_test.exs#L30
test to_string/2 formats with :or format (Localize.ListTest)
Elixir 1.19-otp-28 / OTP 28: test/localize/list_test.exs#L4
doctest Localize.List.to_string/2 (7) (Localize.ListTest)
Elixir 1.19-otp-28 / OTP 28: test/localize/list_test.exs#L4
doctest Localize.List.intersperse/2 (12) (Localize.ListTest)
Elixir 1.19-otp-28 / OTP 28: test/localize/list_test.exs#L13
test to_string/2 formats single element (Localize.ListTest)
Elixir 1.19-otp-28 / OTP 28: test/localize/list_test.exs#L55
test intersperse/2 intersperses two elements (Localize.ListTest)
Elixir 1.19-otp-28 / OTP 28: test/localize/list_test.exs#L4
doctest Localize.List.to_string/2 (3) (Localize.ListTest)
Elixir 1.19-otp-28 / OTP 28: test/localize/list_test.exs#L4
doctest Localize.List.intersperse/2 (11) (Localize.ListTest)
Elixir 1.19-otp-28 / OTP 28: test/localize/list_test.exs#L59
test intersperse/2 intersperses three elements (Localize.ListTest)
Elixir 1.20.0-rc.3-otp-28 / OTP 28 (lint): test/localize/number/wrapper_test.exs#L27
test wrapper function wrapping a literal (Localize.Number.WrapperTest)
Elixir 1.20.0-rc.3-otp-28 / OTP 28 (lint): test/localize/number/system_test.exs#L32
test number_system_from_locale/1 returns default system for an atom locale (Localize.Number.SystemTest)
Elixir 1.20.0-rc.3-otp-28 / OTP 28 (lint): test/localize/number/system_test.exs#L67
test to_system/2 formats using algorithmic system (RBNF) (Localize.Number.SystemTest)
Elixir 1.20.0-rc.3-otp-28 / OTP 28 (lint): test/localize/number/system_test.exs#L4
doctest Localize.Number.System.number_systems_for/1 (5) (Localize.Number.SystemTest)
Elixir 1.20.0-rc.3-otp-28 / OTP 28 (lint): test/localize/number/system_test.exs#L4
doctest Localize.Number.System.number_system_names_for/1 (6) (Localize.Number.SystemTest)
Elixir 1.20.0-rc.3-otp-28 / OTP 28 (lint): test/localize/number/system_test.exs#L44
test system_name_from/2 passes through a direct system name (Localize.Number.SystemTest)
Elixir 1.20.0-rc.3-otp-28 / OTP 28 (lint): test/localize/number/system_test.exs#L4
doctest Localize.Number.System.number_system_from_locale/1 (7) (Localize.Number.SystemTest)
Elixir 1.20.0-rc.3-otp-28 / OTP 28 (lint): test/localize/number/system_test.exs#L27
test number_system_from_locale/1 returns default system for a string locale (Localize.Number.SystemTest)
Elixir 1.20.0-rc.3-otp-28 / OTP 28 (lint): test/localize/number/system_test.exs#L19
test number_systems_for/1 returns number system types for a locale (Localize.Number.SystemTest)
Elixir 1.20.0-rc.3-otp-28 / OTP 28 (lint): test/localize/number/system_test.exs#L39
test system_name_from/2 resolves a type to a system name (Localize.Number.SystemTest)
Elixir 1.18-otp-26 / OTP 26
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Elixir 1.17-otp-26 / OTP 26
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Elixir 1.19-otp-26 / OTP 26
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Elixir 1.17-otp-27 / OTP 27
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Elixir 1.18-otp-27 / OTP 27
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Elixir 1.19-otp-27 / OTP 27
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Elixir 1.20.0-rc.3-otp-27 / OTP 27
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Elixir 1.19-otp-28 / OTP 28
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Elixir 1.20.0-rc.3-otp-28 / OTP 28 (lint)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, erlef/setup-beam@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/