Skip to content

Fix CI

Fix CI #304

Triggered via pull request October 2, 2023 00:32
@igasigas
synchronize #515
fix-ci
Status Failure
Total duration 54s
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, 26.x, ubuntu-20.04): test/faker/blockchain/ethereum_test.exs#L4
doctest Faker.Blockchain.Ethereum.address/0 (1) (Faker.Blockchain.EthereumTest)
test (1.15.x, 26.x, ubuntu-20.04): test/faker/blockchain/ethereum_test.exs#L4
doctest Faker.Blockchain.Ethereum.signature/0 (2) (Faker.Blockchain.EthereumTest)
test (1.15.x, 26.x, ubuntu-20.04): test/faker/company_test.exs#L5
doctest Faker.Company.En.buzzword/0 (5) (Faker.CompanyTest)
test (1.15.x, 26.x, ubuntu-20.04): test/faker/company_test.exs#L4
doctest Faker.Company.catch_phrase/0 (8) (Faker.CompanyTest)
test (1.15.x, 26.x, ubuntu-20.04): test/faker/company_test.exs#L6
doctest Faker.Company.Hy.bullshit_suffix/0 (4) (Faker.CompanyTest)
test (1.15.x, 26.x, ubuntu-20.04): test/faker/company_test.exs#L6
doctest Faker.Company.Hy.bullshit/0 (2) (Faker.CompanyTest)
test (1.15.x, 26.x, ubuntu-20.04): test/faker/company_test.exs#L6
doctest Faker.Company.Hy.bullshit_prefix/0 (3) (Faker.CompanyTest)
test (1.15.x, 26.x, ubuntu-20.04): test/faker/company_test.exs#L5
doctest Faker.Company.En.bullshit/0 (2) (Faker.CompanyTest)
test (1.15.x, 26.x, ubuntu-20.04): test/faker/company_test.exs#L6
doctest Faker.Company.Hy.buzzword_suffix/0 (7) (Faker.CompanyTest)
test (1.15.x, 26.x, ubuntu-20.04): test/faker/company_test.exs#L4
doctest Faker.Company.buzzword_suffix/0 (7) (Faker.CompanyTest)
test (1.15.x, 25.x, ubuntu-20.04): test/faker/internet/status_code_test.exs#L4
doctest Faker.Internet.StatusCode.information/0 (1) (Faker.Internet.StatusCodeTest)
test (1.15.x, 25.x, ubuntu-20.04): test/faker/internet/status_code_test.exs#L4
doctest Faker.Internet.StatusCode.client_error/0 (4) (Faker.Internet.StatusCodeTest)
test (1.15.x, 25.x, ubuntu-20.04): test/faker/internet/status_code_test.exs#L4
doctest Faker.Internet.StatusCode.server_error/0 (5) (Faker.Internet.StatusCodeTest)
test (1.15.x, 25.x, ubuntu-20.04): test/faker/internet/status_code_test.exs#L4
doctest Faker.Internet.StatusCode.success/0 (2) (Faker.Internet.StatusCodeTest)
test (1.15.x, 25.x, ubuntu-20.04): test/faker/internet/status_code_test.exs#L4
doctest Faker.Internet.StatusCode.redirect/0 (3) (Faker.Internet.StatusCodeTest)
test (1.15.x, 25.x, ubuntu-20.04): test/faker/lorem/shakespeare_test.exs#L6
doctest Faker.Lorem.Shakespeare.Ru.king_richard_iii/0 (3) (Faker.ShakespeareTest)
test (1.15.x, 25.x, ubuntu-20.04): test/faker/lorem/shakespeare_test.exs#L6
doctest Faker.Lorem.Shakespeare.Ru.romeo_and_juliet/0 (4) (Faker.ShakespeareTest)
test (1.15.x, 25.x, ubuntu-20.04): test/faker/lorem/shakespeare_test.exs#L5
doctest Faker.Lorem.Shakespeare.En.romeo_and_juliet/0 (4) (Faker.ShakespeareTest)
test (1.15.x, 25.x, ubuntu-20.04): test/faker/lorem/shakespeare_test.exs#L5
doctest Faker.Lorem.Shakespeare.En.as_you_like_it/0 (2) (Faker.ShakespeareTest)
test (1.15.x, 25.x, ubuntu-20.04): test/faker/lorem/shakespeare_test.exs#L4
doctest Faker.Lorem.Shakespeare.hamlet/0 (1) (Faker.ShakespeareTest)
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
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
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