Skip to content

Fix CI

Fix CI #306

Triggered via pull request October 2, 2023 00:42
@igasigas
synchronize #515
fix-ci
Status Failure
Total duration 57s
Artifacts

ci.yaml

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

Annotations

20 errors and 13 warnings
test (1.15.x, 25.x, ubuntu-20.04): test/faker/vehicle_test.exs#L5
doctest Faker.Vehicle.En.transmission/0 (14) (Faker.VehicleTest)
test (1.15.x, 25.x, ubuntu-20.04): test/faker/vehicle_test.exs#L5
doctest Faker.Vehicle.En.standard_spec/0 (11) (Faker.VehicleTest)
test (1.15.x, 25.x, ubuntu-20.04): test/faker/vehicle_test.exs#L5
doctest Faker.Vehicle.En.option/0 (8) (Faker.VehicleTest)
test (1.15.x, 25.x, ubuntu-20.04): test/faker/vehicle_test.exs#L4
doctest Faker.Vehicle.standard_specs/1 (13) (Faker.VehicleTest)
test (1.15.x, 25.x, ubuntu-20.04): test/faker/vehicle_test.exs#L4
doctest Faker.Vehicle.vin/0 (15) (Faker.VehicleTest)
test (1.15.x, 25.x, ubuntu-20.04): test/faker/vehicle_test.exs#L5
doctest Faker.Vehicle.En.fuel_type/0 (3) (Faker.VehicleTest)
test (1.15.x, 25.x, ubuntu-20.04): test/faker/vehicle_test.exs#L4
doctest Faker.Vehicle.options/1 (10) (Faker.VehicleTest)
test (1.15.x, 25.x, ubuntu-20.04): test/faker/vehicle_test.exs#L4
doctest Faker.Vehicle.make/0 (4) (Faker.VehicleTest)
test (1.15.x, 25.x, ubuntu-20.04): test/faker/vehicle_test.exs#L4
doctest Faker.Vehicle.model/0 (6) (Faker.VehicleTest)
test (1.15.x, 25.x, ubuntu-20.04): test/faker/vehicle_test.exs#L4
doctest Faker.Vehicle.transmission/0 (14) (Faker.VehicleTest)
test (1.15.x, 26.x, ubuntu-20.04): test/faker/markdown_test.exs#L4
doctest Faker.Markdown.block_code/0 (6) (Faker.MarkdownTest)
test (1.15.x, 26.x, ubuntu-20.04): test/faker/markdown_test.exs#L4
doctest Faker.Markdown.markdown/0 (8) (Faker.MarkdownTest)
test (1.15.x, 26.x, ubuntu-20.04): test/faker/markdown_test.exs#L4
doctest Faker.Markdown.ordered_list/0 (3) (Faker.MarkdownTest)
test (1.15.x, 26.x, ubuntu-20.04): test/faker/markdown_test.exs#L4
doctest Faker.Markdown.unordered_list/0 (4) (Faker.MarkdownTest)
test (1.15.x, 26.x, ubuntu-20.04): test/faker/markdown_test.exs#L4
doctest Faker.Markdown.inline_code/0 (5) (Faker.MarkdownTest)
test (1.15.x, 26.x, ubuntu-20.04): test/faker/markdown_test.exs#L4
doctest Faker.Markdown.headers/0 (1) (Faker.MarkdownTest)
test (1.15.x, 26.x, ubuntu-20.04): test/faker/markdown_test.exs#L4
doctest Faker.Markdown.table/0 (7) (Faker.MarkdownTest)
test (1.15.x, 26.x, ubuntu-20.04): test/faker/markdown_test.exs#L4
doctest Faker.Markdown.emphasis/0 (2) (Faker.MarkdownTest)
test (1.15.x, 26.x, ubuntu-20.04): test/faker/currency_test.exs#L4
doctest Faker.Currency.code/0 (1) (Faker.CurrencyTest)
test (1.15.x, 26.x, ubuntu-20.04): test/faker/currency_test.exs#L4
doctest Faker.Currency.symbol/0 (2) (Faker.CurrencyTest)
test (1.15.x, 25.x, ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (1.15.x, 25.x, ubuntu-20.04)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
test (1.15.x, 25.x, ubuntu-20.04)
use Bitwise is deprecated. import Bitwise instead
test (1.15.x, 25.x, ubuntu-20.04)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
test (1.15.x, 26.x, ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (1.15.x, 26.x, ubuntu-20.04)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
test (1.15.x, 26.x, ubuntu-20.04)
use Bitwise is deprecated. import Bitwise instead
test (1.15.x, 26.x, ubuntu-20.04)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
credo
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
credo
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
credo
use Bitwise is deprecated. import Bitwise instead
credo
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
credo
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead