Skip to content

Fix CI

Fix CI #310

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

ci.yaml

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

Annotations

26 errors and 8 warnings
test (1.11.x, 21.x, ubuntu-20.04): test/faker/file_test.exs#L4
doctest Faker.File.mime_type/0 (5) (Faker.FileTest)
test (1.11.x, 21.x, ubuntu-20.04): test/faker/file_test.exs#L4
doctest Faker.File.file_extension/0 (1) (Faker.FileTest)
test (1.11.x, 21.x, ubuntu-20.04): test/faker/file_test.exs#L4
doctest Faker.File.file_name/0 (3) (Faker.FileTest)
test (1.11.x, 21.x, ubuntu-20.04)
Process completed with exit code 1.
test (1.15.x, 24.x, ubuntu-20.04)
The job was canceled because "_1_11_x_21_x_ubuntu-20_04" failed.
test (1.15.x, 26.x, ubuntu-20.04)
The job was canceled because "_1_11_x_21_x_ubuntu-20_04" failed.
test (1.14.x, 23.x, ubuntu-20.04)
The job was canceled because "_1_11_x_21_x_ubuntu-20_04" failed.
test (1.13.x, 23.x, ubuntu-20.04)
The job was canceled because "_1_11_x_21_x_ubuntu-20_04" failed.
test (1.14.x, 24.x, ubuntu-20.04)
The job was canceled because "_1_11_x_21_x_ubuntu-20_04" failed.
test (1.14.x, 25.x, ubuntu-20.04)
The job was canceled because "_1_11_x_21_x_ubuntu-20_04" failed.
test (1.15.x, 25.x, ubuntu-20.04)
The job was canceled because "_1_11_x_21_x_ubuntu-20_04" failed.
test (1.12.x, 23.x, ubuntu-20.04)
The job was canceled because "_1_11_x_21_x_ubuntu-20_04" failed.
test (1.13.x, 24.x, ubuntu-20.04)
The job was canceled because "_1_11_x_21_x_ubuntu-20_04" failed.
test (1.11.x, 22.x, ubuntu-20.04): test/faker/file_test.exs#L4
doctest Faker.File.mime_type/0 (5) (Faker.FileTest)
test (1.11.x, 22.x, ubuntu-20.04): test/faker/file_test.exs#L4
doctest Faker.File.file_name/0 (3) (Faker.FileTest)
test (1.11.x, 22.x, ubuntu-20.04): test/faker/file_test.exs#L4
doctest Faker.File.file_extension/0 (1) (Faker.FileTest)
test (1.11.x, 22.x, ubuntu-20.04)
Process completed with exit code 1.
test (1.13.x, 22.x, ubuntu-20.04)
The job was canceled because "_1_11_x_21_x_ubuntu-20_04" failed.
test (1.12.x, 24.x, ubuntu-20.04)
The job was canceled because "_1_11_x_21_x_ubuntu-20_04" failed.
test (1.12.x, 24.x, ubuntu-20.04)
The operation was canceled.
test (1.12.x, 22.x, ubuntu-20.04)
The job was canceled because "_1_11_x_21_x_ubuntu-20_04" failed.
test (1.12.x, 22.x, ubuntu-20.04)
A task was canceled.
test (1.11.x, 23.x, ubuntu-20.04): test/faker/file_test.exs#L4
doctest Faker.File.file_name/0 (3) (Faker.FileTest)
test (1.11.x, 23.x, ubuntu-20.04): test/faker/file_test.exs#L4
doctest Faker.File.mime_type/0 (5) (Faker.FileTest)
test (1.11.x, 23.x, ubuntu-20.04): test/faker/file_test.exs#L4
doctest Faker.File.file_extension/0 (1) (Faker.FileTest)
test (1.11.x, 23.x, ubuntu-20.04)
The operation was canceled.
test (1.11.x, 21.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.11.x, 22.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.11.x, 23.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/
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