Skip to content

Test Subprojects

Test Subprojects #5073

Triggered via push August 19, 2026 20:47
Status Failure
Total duration 30m 44s
Artifacts
Matrix: test-subprojects
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 3 warnings
Subproject ash-project/ash_oban - OTP 28.2 / Elixir 1.19.3
Process completed with exit code 1.
Subproject ash-project/ash_json_api - OTP 28.2 / Elixir 1.19.3
Process completed with exit code 2.
Subproject ash-project/ash_json_api - OTP 28.2 / Elixir 1.19.3
test filter_type/2 with aggregate (AshJsonApi.OpenApiTest)
Subproject ash-project/ash_json_api - OTP 28.2 / Elixir 1.19.3
test filter_type/2 with calculation (AshJsonApi.OpenApiTest)
Subproject ash-project/ash_json_api - OTP 28.2 / Elixir 1.19.3
test raw_filter_type/2 with calculation (AshJsonApi.OpenApiTest)
Subproject ash-project/ash_json_api - OTP 28.2 / Elixir 1.19.3
test filter_type/2 with attribute (AshJsonApi.OpenApiTest)
Subproject ash-project/ash_json_api - OTP 28.2 / Elixir 1.19.3
test raw_filter_type/2 with aggregate (AshJsonApi.OpenApiTest)
Subproject ash-project/ash_json_api - OTP 28.2 / Elixir 1.19.3
test raw_filter_type/2 with attribute (AshJsonApi.OpenApiTest)
Subproject ash-project/ash_paper_trail - OTP 28.2 / Elixir 1.19.3
Process completed with exit code 2.
Subproject ash-project/ash_paper_trail - OTP 28.2 / Elixir 1.19.3
test composite primary keys creates and destroys versions for composite primary key resources (AshPaperTrailTest)
Subproject ash-project/ash_double_entry - OTP 28.2 / Elixir 1.19.3
Process completed with exit code 1.
Subproject ash-project/ash_typescript - OTP 28.2 / Elixir 1.19.3
Publication :thing_removed on AshTypescript.Test.TypedChannel.NoReturnsItem does not have `returns` set. The TypeScript payload type will be `unknown`. Use `transform :some_calc` with an `:auto`-typed calculation (recommended), or add explicit `returns: SomeAshType` to get a typed payload.
Subproject ash-project/ash_typescript - OTP 28.2 / Elixir 1.19.3
Publication :thing_gone on AshTypescript.Test.TypedChannel.VerifierNoReturnsItem does not have `returns` set. The TypeScript payload type will be `unknown`. Use `transform :some_calc` with an `:auto`-typed calculation (recommended), or add explicit `returns: SomeAshType` to get a typed payload.
Subproject ash-project/ash_typescript - OTP 28.2 / Elixir 1.19.3
Publication :secret_removed on AshTypescript.Test.TypedChannel.VerifierNotPublicItem is not marked `public?: true`. Consider adding `public?: true` to the publication.