add tests for preloads together with condition lists #211
Annotations
10 errors and 1 warning
build_and_test:
test/contexted/crud/list_test.exs#L33
test list_*/1 list_items(Ecto.Query.t()) (Contexted.CRUD.ListTest)
|
build_and_test:
test/contexted/crud/list_test.exs#L121
test list_*/1 list_items(subcategory: [category: [name: "Category 1"]]) (Contexted.CRUD.ListTest)
|
build_and_test:
test/contexted/crud/list_test.exs#L29
test list_*/1 list_items(%Item{}) (Contexted.CRUD.ListTest)
|
build_and_test:
test/contexted/crud/list_test.exs#L73
test list_*/1 list_items(Ecto.Query.t(), preload: [subcategory: :category]) (Contexted.CRUD.ListTest)
|
build_and_test:
test/contexted/crud/list_test.exs#L23
test list_*/0 list_items/0 (Contexted.CRUD.ListTest)
|
build_and_test:
test/contexted/crud/list_test.exs#L92
test list_*/1 list_items(Ecto.Query.t(), preload: [subcategory: [:category]]) (Contexted.CRUD.ListTest)
|
build_and_test:
test/contexted/crud/list_test.exs#L41
test list_*/1 list_items(Ecto.Query.t(), preload: :subcategory) (Contexted.CRUD.ListTest)
|
build_and_test:
test/contexted/crud/list_test.exs#L14
test list_*/0 list_categories/0 (Contexted.CRUD.ListTest)
|
build_and_test:
test/contexted/crud/list_test.exs#L57
test list_*/1 list_items(Ecto.Query.t(), preload: [:subcategory]) (Contexted.CRUD.ListTest)
|
build_and_test:
test/contexted/crud/list_test.exs#L18
test list_*/0 list_subcategories/0 (Contexted.CRUD.ListTest)
|
build_and_test
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|