Skip to content

feat: dev flag for generating migrations #2392

feat: dev flag for generating migrations

feat: dev flag for generating migrations #2392

Triggered via pull request March 3, 2025 17:54
Status Failure
Total duration 11m 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

elixir.yml

on: pull_request
Matrix: ash-ci
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 3 warnings
ash-ci (14) / mix test: test/migration_generator_test.exs#L1851
test references references on_delete: {:nilify, columns} works with multitenant resources (AshPostgres.MigrationGeneratorTest)
ash-ci (14) / mix test
Process completed with exit code 2.
ash-ci (16) / mix test: test/migration_generator_test.exs#L1543
test references references merge :match_with and multitenancy attribute (AshPostgres.MigrationGeneratorTest)
ash-ci (16) / mix test
Process completed with exit code 2.
ash-ci (15) / mix test: test/migration_generator_test.exs#L802
test creating follow up migrations when renaming an index, it is properly renamed (AshPostgres.MigrationGeneratorTest)
ash-ci (15) / mix test
Process completed with exit code 2.
ash-ci (16) / mix sobelow
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
ash-ci (14) / mix sobelow
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
ash-ci (15) / mix sobelow
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention