Skip to content

fix: don't assume path for application module #870

fix: don't assume path for application module

fix: don't assume path for application module #870

Triggered via push January 20, 2025 13:55
Status Failure
Total duration 3m 32s
Artifacts

elixir.yml

on: push
ash-ci  /  mix deps.get
14s
ash-ci / mix deps.get
ash-ci  /  audit
30s
ash-ci / audit
ash-ci  /  mix igniter.upgrade
0s
ash-ci / mix igniter.upgrade
ash-ci  /  MIX_ENV=test mix.compile
25s
ash-ci / MIX_ENV=test mix.compile
ash-ci  /  mix format --check-formatted
19s
ash-ci / mix format --check-formatted
ash-ci  /  mix spark.formatter --check
7s
ash-ci / mix spark.formatter --check
ash-ci  /  mix spark.cheat_sheets --check
3s
ash-ci / mix spark.cheat_sheets --check
ash-ci  /  mix sobelow
6s
ash-ci / mix sobelow
ash-ci  /  mix credo --strict
6s
ash-ci / mix credo --strict
ash-ci  /  mix deps.unlock --check-unused
21s
ash-ci / mix deps.unlock --check-unused
ash-ci  /  mix test
1m 51s
ash-ci / mix test
ash-ci  /  mix dialyzer
2m 20s
ash-ci / mix dialyzer
ash-ci  /  MIX_ENV=dev mix.compile
19s
ash-ci / MIX_ENV=dev mix.compile
ash-ci  /  mix docs
52s
ash-ci / mix docs
ash-ci  /  mix ash.codegen --check
0s
ash-ci / mix ash.codegen --check
Matrix: ash-ci / build-release
ash-ci  /  Deploy docs to GitHub pages.
9s
ash-ci / Deploy docs to GitHub pages.
ash-ci  /  Release
0s
ash-ci / Release
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 14 warnings
ash-ci / mix test: test/igniter/project/application_test.exs#L132
test add_new_child/1 supports taking code as the second argument (Igniter.Project.ApplicationTest)
ash-ci / mix test: test/igniter/project/application_test.exs#L6
test add_new_child/1 adds an application if one doesn't exist (Igniter.Project.ApplicationTest)
ash-ci / mix test: test/igniter/project/application_test.exs#L55
test add_new_child/1 supports taking options as the second argument (Igniter.Project.ApplicationTest)
ash-ci / mix test: test/igniter/project/application_test.exs#L110
test add_new_child/1 using `after: fn _ -> true end` with tuples in the list (Igniter.Project.ApplicationTest)
ash-ci / mix test: test/igniter/project/application_test.exs#L31
test add_new_child/1 doesnt add a module if its already supervised (Igniter.Project.ApplicationTest)
ash-ci / mix test: test/igniter/project/application_test.exs#L163
test add_new_child/1 adds a duplicate module with force?: true (Igniter.Project.ApplicationTest)
ash-ci / mix test: test/igniter/project/application_test.exs#L47
test add_new_child/1 doesnt add a module if its already supervised as an atom and we're adding a tuple (Igniter.Project.ApplicationTest)
ash-ci / mix test: test/igniter/project/application_test.exs#L95
test add_new_child/1 will set opts to an empty list if using `opts_updater` (Igniter.Project.ApplicationTest)
ash-ci / mix test: test/igniter/project/application_test.exs#L39
test add_new_child/1 doesnt add a module if its already supervised as a tuple (Igniter.Project.ApplicationTest)
ash-ci / mix test: test/igniter/project/application_test.exs#L80
test add_new_child/1 supports updating options using `opts_updater` (Igniter.Project.ApplicationTest)
ash-ci / mix deps.get
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ash-ci / audit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ash-ci / MIX_ENV=test mix.compile
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ash-ci / mix spark.cheat_sheets --check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ash-ci / mix sobelow
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ash-ci / mix spark.formatter --check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ash-ci / mix credo --strict
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ash-ci / MIX_ENV=dev mix.compile
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ash-ci / mix format --check-formatted
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ash-ci / mix deps.unlock --check-unused
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ash-ci / mix docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ash-ci / Deploy docs to GitHub pages.
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ash-ci / mix dialyzer
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "github-pages". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/