Skip to content

improvement: generic action support #749

improvement: generic action support

improvement: generic action support #749

Triggered via push September 15, 2023 17:46
Status Failure
Total duration 8m 42s
Artifacts

elixir.yml

on: push
ash-ci  /  mix deps.get
32s
ash-ci / mix deps.get
ash-ci  /  MIX_ENV=test mix.compile
2m 21s
ash-ci / MIX_ENV=test mix.compile
ash-ci  /  mix hex.audit
30s
ash-ci / mix hex.audit
ash-ci  /  MIX_ENV=dev mix.compile
2m 39s
ash-ci / MIX_ENV=dev mix.compile
ash-ci  /  mix format --check-formatted
44s
ash-ci / mix format --check-formatted
ash-ci  /  mix spark.formatter --check
47s
ash-ci / mix spark.formatter --check
ash-ci  /  mix sobelow
29s
ash-ci / mix sobelow
ash-ci  /  mix credo --strict
31s
ash-ci / mix credo --strict
ash-ci  /  mix deps.unlock --check-unused
37s
ash-ci / mix deps.unlock --check-unused
ash-ci  /  mix test
1m 15s
ash-ci / mix test
ash-ci  /  mix dialyzer
5m 23s
ash-ci / mix dialyzer
ash-ci  /  mix spark.cheat_sheets --check
33s
ash-ci / mix spark.cheat_sheets --check
ash-ci  /  Release
0s
ash-ci / Release
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 100 warnings
ash-ci / mix test: test/alias_test.exs#L38
test attribute alias works correctly for non-nullable attribute with built-in type (AliasTest)
ash-ci / mix test: test/alias_test.exs#L64
test attribute alias works correctly for nullable attribute with custom type (AliasTest)
ash-ci / mix test: test/alias_test.exs#L209
test relationship alias works correctly (AliasTest)
ash-ci / mix test: test/alias_test.exs#L137
test calculation alias works correctly (AliasTest)
ash-ci / mix test: test/alias_test.exs#L97
test attribute alias works correctly for nullable attribute with embedded type (AliasTest)
ash-ci / mix test: test/alias_test.exs#L174
test aggregate alias works correctly (AliasTest)
ash-ci / mix test: test/alias_test.exs#L12
test attribute alias works correctly for nullable attribute with built-in type (AliasTest)
ash-ci / mix test: test/errors_test.exs#L215
test a multitenant relation cannot be read without tenant (AshGraphql.ErrorsTest)
ash-ci / mix test: test/errors_test.exs#L153
test a multitenant object cannot be read if tenant is not set (AshGraphql.ErrorsTest)
ash-ci / mix test: test/errors_test.exs#L184
test a multitenant object cannot be read without tenant (AshGraphql.ErrorsTest)
ash-ci / MIX_ENV=test mix.compile
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
ash-ci / MIX_ENV=test mix.compile
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / MIX_ENV=test mix.compile
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / MIX_ENV=test mix.compile
<|> is deprecated. Use another pipe-like operator
ash-ci / MIX_ENV=test mix.compile
<|> is deprecated. Use another pipe-like operator
ash-ci / MIX_ENV=test mix.compile
<|> is deprecated. Use another pipe-like operator
ash-ci / MIX_ENV=test mix.compile
<|> is deprecated. Use another pipe-like operator
ash-ci / MIX_ENV=test mix.compile
<|> is deprecated. Use another pipe-like operator
ash-ci / MIX_ENV=test mix.compile
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / MIX_ENV=test mix.compile
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / MIX_ENV=dev mix.compile
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
ash-ci / MIX_ENV=dev mix.compile
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / MIX_ENV=dev mix.compile
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / MIX_ENV=dev mix.compile
<|> is deprecated. Use another pipe-like operator
ash-ci / MIX_ENV=dev mix.compile
<|> is deprecated. Use another pipe-like operator
ash-ci / MIX_ENV=dev mix.compile
<|> is deprecated. Use another pipe-like operator
ash-ci / MIX_ENV=dev mix.compile
<|> is deprecated. Use another pipe-like operator
ash-ci / MIX_ENV=dev mix.compile
<|> is deprecated. Use another pipe-like operator
ash-ci / MIX_ENV=dev mix.compile
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / MIX_ENV=dev mix.compile
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix sobelow
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
ash-ci / mix sobelow
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix sobelow
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix sobelow
<|> is deprecated. Use another pipe-like operator
ash-ci / mix sobelow
<|> is deprecated. Use another pipe-like operator
ash-ci / mix sobelow
<|> is deprecated. Use another pipe-like operator
ash-ci / mix sobelow
<|> is deprecated. Use another pipe-like operator
ash-ci / mix sobelow
<|> is deprecated. Use another pipe-like operator
ash-ci / mix sobelow
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix sobelow
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix credo --strict
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
ash-ci / mix credo --strict
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix credo --strict
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix credo --strict
<|> is deprecated. Use another pipe-like operator
ash-ci / mix credo --strict
<|> is deprecated. Use another pipe-like operator
ash-ci / mix credo --strict
<|> is deprecated. Use another pipe-like operator
ash-ci / mix credo --strict
<|> is deprecated. Use another pipe-like operator
ash-ci / mix credo --strict
<|> is deprecated. Use another pipe-like operator
ash-ci / mix credo --strict
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix credo --strict
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix spark.cheat_sheets --check
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
ash-ci / mix spark.cheat_sheets --check
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix spark.cheat_sheets --check
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix spark.cheat_sheets --check
<|> is deprecated. Use another pipe-like operator
ash-ci / mix spark.cheat_sheets --check
<|> is deprecated. Use another pipe-like operator
ash-ci / mix spark.cheat_sheets --check
<|> is deprecated. Use another pipe-like operator
ash-ci / mix spark.cheat_sheets --check
<|> is deprecated. Use another pipe-like operator
ash-ci / mix spark.cheat_sheets --check
<|> is deprecated. Use another pipe-like operator
ash-ci / mix spark.cheat_sheets --check
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix spark.cheat_sheets --check
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix deps.unlock --check-unused
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
ash-ci / mix deps.unlock --check-unused
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix deps.unlock --check-unused
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix deps.unlock --check-unused
<|> is deprecated. Use another pipe-like operator
ash-ci / mix deps.unlock --check-unused
<|> is deprecated. Use another pipe-like operator
ash-ci / mix deps.unlock --check-unused
<|> is deprecated. Use another pipe-like operator
ash-ci / mix deps.unlock --check-unused
<|> is deprecated. Use another pipe-like operator
ash-ci / mix deps.unlock --check-unused
<|> is deprecated. Use another pipe-like operator
ash-ci / mix deps.unlock --check-unused
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix deps.unlock --check-unused
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix format --check-formatted
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
ash-ci / mix format --check-formatted
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix format --check-formatted
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix format --check-formatted
<|> is deprecated. Use another pipe-like operator
ash-ci / mix format --check-formatted
<|> is deprecated. Use another pipe-like operator
ash-ci / mix format --check-formatted
<|> is deprecated. Use another pipe-like operator
ash-ci / mix format --check-formatted
<|> is deprecated. Use another pipe-like operator
ash-ci / mix format --check-formatted
<|> is deprecated. Use another pipe-like operator
ash-ci / mix format --check-formatted
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix format --check-formatted
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix spark.formatter --check
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
ash-ci / mix spark.formatter --check
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix spark.formatter --check
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix spark.formatter --check
<|> is deprecated. Use another pipe-like operator
ash-ci / mix spark.formatter --check
<|> is deprecated. Use another pipe-like operator
ash-ci / mix spark.formatter --check
<|> is deprecated. Use another pipe-like operator
ash-ci / mix spark.formatter --check
<|> is deprecated. Use another pipe-like operator
ash-ci / mix spark.formatter --check
<|> is deprecated. Use another pipe-like operator
ash-ci / mix spark.formatter --check
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix spark.formatter --check
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix test
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
ash-ci / mix test
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix test
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix test
<|> is deprecated. Use another pipe-like operator
ash-ci / mix test
<|> is deprecated. Use another pipe-like operator
ash-ci / mix test
<|> is deprecated. Use another pipe-like operator
ash-ci / mix test
<|> is deprecated. Use another pipe-like operator
ash-ci / mix test
<|> is deprecated. Use another pipe-like operator
ash-ci / mix test
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix dialyzer
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
ash-ci / mix dialyzer
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix dialyzer
atom ::: must be written between quotes, as in :"::", to avoid ambiguity
ash-ci / mix dialyzer
<|> is deprecated. Use another pipe-like operator
ash-ci / mix dialyzer
<|> is deprecated. Use another pipe-like operator
ash-ci / mix dialyzer
<|> is deprecated. Use another pipe-like operator
ash-ci / mix dialyzer
<|> is deprecated. Use another pipe-like operator
ash-ci / mix dialyzer
<|> is deprecated. Use another pipe-like operator
ash-ci / mix dialyzer
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix dialyzer
Logger.warn/1 is deprecated. Use Logger.warning/2 instead