Skip to content

feat: subscription dsl #839

feat: subscription dsl

feat: subscription dsl #839

Triggered via pull request February 6, 2024 08:25
Status Failure
Total duration 6m 7s
Artifacts

elixir.yml

on: pull_request
ash-ci  /  mix deps.get
23s
ash-ci / mix deps.get
ash-ci  /  MIX_ENV=test mix.compile
45s
ash-ci / MIX_ENV=test mix.compile
ash-ci  /  mix hex.audit
16s
ash-ci / mix hex.audit
ash-ci  /  MIX_ENV=dev mix.compile
28s
ash-ci / MIX_ENV=dev mix.compile
ash-ci  /  mix format --check-formatted
48s
ash-ci / mix format --check-formatted
ash-ci  /  mix spark.formatter --check
38s
ash-ci / mix spark.formatter --check
ash-ci  /  mix spark.cheat_sheets --check
40s
ash-ci / mix spark.cheat_sheets --check
ash-ci  /  mix sobelow
38s
ash-ci / mix sobelow
ash-ci  /  mix credo --strict
56s
ash-ci / mix credo --strict
ash-ci  /  mix deps.unlock --check-unused
41s
ash-ci / mix deps.unlock --check-unused
ash-ci  /  mix test
1m 4s
ash-ci / mix test
ash-ci  /  mix dialyzer
4m 29s
ash-ci / mix dialyzer
ash-ci  /  Release
0s
ash-ci / Release
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 48 warnings
ash-ci / mix spark.formatter --check
Process completed with exit code 1.
ash-ci / mix spark.cheat_sheets --check
Process completed with exit code 1.
ash-ci / mix format --check-formatted
Process completed with exit code 1.
ash-ci / mix credo --strict
Process completed with exit code 20.
ash-ci / mix test: test/create_test.exs#L426
test a create with arguments works (AshGraphql.CreateTest)
ash-ci / mix test: test/create_test.exs#L266
test a create can load a calculation without selecting the fields the calculation needs (AshGraphql.CreateTest)
ash-ci / mix test: test/create_test.exs#L334
test a create can load a calculation on a related belongs_to record (AshGraphql.CreateTest)
ash-ci / mix test: test/create_test.exs#L680
test standard enums are used (AshGraphql.CreateTest)
ash-ci / mix test: test/create_test.exs#L207
test an embedded union new type can be written to (AshGraphql.CreateTest)
ash-ci / mix test: test/create_test.exs#L636
test custom input types are used (AshGraphql.CreateTest)
ash-ci / mix test: test/create_test.exs#L756
test string newtypes can be written to (AshGraphql.CreateTest)
ash-ci / mix test: test/create_test.exs#L12
test metadata is in the result (AshGraphql.CreateTest)
ash-ci / mix test: test/create_test.exs#L455
test a create with a fragment works (AshGraphql.CreateTest)
ash-ci / mix test: test/create_test.exs#L827
test custom enums are used (AshGraphql.CreateTest)
ash-ci / mix deps.get
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ash-ci / mix hex.audit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ash-ci / MIX_ENV=dev mix.compile
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / MIX_ENV=dev mix.compile
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / MIX_ENV=dev mix.compile
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / MIX_ENV=dev mix.compile
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ash-ci / MIX_ENV=test mix.compile
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / MIX_ENV=test mix.compile
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / MIX_ENV=test mix.compile
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / MIX_ENV=test mix.compile
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ash-ci / mix sobelow
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix sobelow
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix sobelow
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix sobelow
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ash-ci / mix spark.formatter --check
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix spark.formatter --check
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix spark.formatter --check
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix spark.formatter --check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ash-ci / mix spark.cheat_sheets --check
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix spark.cheat_sheets --check
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix spark.cheat_sheets --check
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix spark.cheat_sheets --check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ash-ci / mix deps.unlock --check-unused
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix deps.unlock --check-unused
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix deps.unlock --check-unused
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix deps.unlock --check-unused
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ash-ci / mix format --check-formatted
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix format --check-formatted
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix format --check-formatted
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix format --check-formatted
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ash-ci / mix credo --strict
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix credo --strict
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix credo --strict
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix credo --strict
negative steps are not supported in Enum.slice/2, pass 85..-1//1 instead
ash-ci / mix credo --strict
negative steps are not supported in Enum.slice/2, pass 85..-1//1 instead
ash-ci / mix credo --strict
negative steps are not supported in Enum.slice/2, pass 66..-1//1 instead
ash-ci / mix credo --strict
negative steps are not supported in Enum.slice/2, pass 66..-1//1 instead
ash-ci / mix credo --strict
negative steps are not supported in Enum.slice/2, pass 88..-1//1 instead
ash-ci / mix credo --strict
negative steps are not supported in Enum.slice/2, pass 56..-1//1 instead
ash-ci / mix credo --strict
negative steps are not supported in Enum.slice/2, pass 56..-1//1 instead
ash-ci / mix test
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix test
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix test
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ash-ci / mix dialyzer
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix dialyzer
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix dialyzer
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of your mix.exs
ash-ci / mix dialyzer
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.