Skip to content

chore(deps): bump ash from 3.5.21 to 3.5.22 in the production-dependencies group #410

chore(deps): bump ash from 3.5.21 to 3.5.22 in the production-dependencies group

chore(deps): bump ash from 3.5.21 to 3.5.22 in the production-dependencies group #410

Triggered via pull request June 19, 2025 07:14
Status Failure
Total duration 8m 2s
Artifacts

elixir.yml

on: pull_request
ash-ci  /  MIX_ENV=test mix.compile
2m 26s
ash-ci / MIX_ENV=test mix.compile
ash-ci  /  Report Mix Dependencies
ash-ci / Report Mix Dependencies
ash-ci  /  Community Files Check
4s
ash-ci / Community Files Check
ash-ci  /  mix spark.cheat_sheets --check
44s
ash-ci / mix spark.cheat_sheets --check
ash-ci  /  mix git_ops.check_message
0s
ash-ci / mix git_ops.check_message
ash-ci  /  mix format --check-formatted
33s
ash-ci / mix format --check-formatted
ash-ci  /  mix spark.formatter --check
24s
ash-ci / mix spark.formatter --check
ash-ci  /  mix sobelow
26s
ash-ci / mix sobelow
ash-ci  /  mix doctor --full --raise
0s
ash-ci / mix doctor --full --raise
ash-ci  /  mix credo --strict
1m 15s
ash-ci / mix credo --strict
ash-ci  /  mix deps.unlock --check-unused
24s
ash-ci / mix deps.unlock --check-unused
ash-ci  /  mix test
3m 14s
ash-ci / mix test
ash-ci  /  mix dialyzer
5m 28s
ash-ci / mix dialyzer
ash-ci  /  MIX_ENV=dev mix.compile
2m 18s
ash-ci / MIX_ENV=dev mix.compile
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.
0s
ash-ci / Deploy docs to GitHub pages.
ash-ci  /  Release
0s
ash-ci / Release
Fit to window
Zoom out
Zoom in

Annotations

6 errors
ash-ci / mix test
Process completed with exit code 2.
ash-ci / mix test: test/atomics_test.exs#L7
test atomics work on upserts (AshSqlite.AtomicsTest)
ash-ci / mix test: test/bulk_create_test.exs#L24
test bulk creates bulk creates can upsert (AshSqlite.BulkCreateTest)
ash-ci / mix test: test/upsert_test.exs#L34
test upserting a field with a default sets to the new value (AshSqlite.Test.UpsertTest)
ash-ci / mix test: test/upsert_test.exs#L7
test upserting results in the same created_at timestamp, but a new updated_at timestamp (AshSqlite.Test.UpsertTest)
ash-ci / mix test: test/unique_identity_test.exs#L22
test a unique constraint can be used to upsert when the resource has a base filter (AshSqlite.Test.UniqueIdentityTest)