Skip to content

ci(deps): bump docker/setup-qemu-action from 3 to 4

5d04303
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

ci(deps): bump docker/setup-qemu-action from 3 to 4 #191

ci(deps): bump docker/setup-qemu-action from 3 to 4
5d04303
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded Mar 9, 2026 in 0s

All 21 tests pass in 11s

21 tests   21 ✅  11s ⏱️
 4 suites   0 💤
 4 files     0 ❌

Results for commit 5d04303.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

21 tests found

There are 21 tests, see "Raw output" for the full list of tests.
Raw output
com.mak.springbootefficientsearchapi.CarControllerTest ‑ DeleteMappingOfCar
com.mak.springbootefficientsearchapi.CarControllerTest ‑ GetMappingOfCar
com.mak.springbootefficientsearchapi.CarControllerTest ‑ PostMappingOfCar
com.mak.springbootefficientsearchapi.CarControllerTest ‑ testUploadFile
com.mak.springbootefficientsearchapi.CarServiceTest ‑ create_should_return_saved_entity
com.mak.springbootefficientsearchapi.CarServiceTest ‑ delete
com.mak.springbootefficientsearchapi.CarServiceTest ‑ extract_csv_file_should_create_resource
com.mak.springbootefficientsearchapi.CarServiceTest ‑ get_by_specification_and_pagination_should_return_paged_entities_list
com.mak.springbootefficientsearchapi.CarServiceTest ‑ get_by_specification_and_sort_should_return_entities_list
com.mak.springbootefficientsearchapi.CarServiceTest ‑ get_by_specification_should_return_entities_list
com.mak.springbootefficientsearchapi.CarServiceTest ‑ get_should_return_the_entity
com.mak.springbootefficientsearchapi.CarServiceTest ‑ get_should_throw_EntityNotFoundException
com.mak.springbootefficientsearchapi.CarServiceTest ‑ save_should_throws_Exception
com.mak.springbootefficientsearchapi.CarServiceTest ‑ save_should_throws_UpdateIdMismatchException
com.mak.springbootefficientsearchapi.CarServiceTest ‑ update_should_return_updated_entity
com.mak.springbootefficientsearchapi.CarServiceTest ‑ uploadFile_should_parse_csv_file_and_save_cars
com.mak.springbootefficientsearchapi.CarTest ‑ should_return_car_list_page_when_get_car_for_specific_criteria_sorted_by_createDate_in_DESC_order
com.mak.springbootefficientsearchapi.CarTest ‑ should_return_car_list_when_get_car_for_specific_criteria_sorted_by_createDate_in_DESC_order
com.mak.springbootefficientsearchapi.CarTest ‑ should_return_car_list_when_get_car_sorted_by_createDate_in_ASC_order
com.mak.springbootefficientsearchapi.CarTest ‑ should_return_car_when_get_car_by_id
com.mak.springbootefficientsearchapi.SpringBootEfficientSearchApiApplicationTests ‑ contextLoads