Skip to content

feat: 상점 메뉴 조회 API 구현 #10

feat: 상점 메뉴 조회 API 구현

feat: 상점 메뉴 조회 API 구현 #10

Triggered via pull request December 23, 2023 13:46
Status Failure
Total duration 1m 27s
Artifacts

backend_ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
ShopApiTest.옵션이 여러 개 있는 상점의 메뉴를 조회한다.: src/test/java/in/koreatech/koin/acceptance/ShopApiTest.java#L136
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute statement [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'option,price,updated_at) values ('2023-12-23 13:47:12.737008',1,'일반',7000,'2' at line 1] [insert into shop_menu_details (created_at,shop_menu_id,option,price,updated_at) values (?,?,?,?,?)]; SQL [insert into shop_menu_details (created_at,shop_menu_id,option,price,updated_at) values (?,?,?,?,?)]
ShopApiTest.옵션이 하나 있는 상점의 메뉴를 조회한다.: src/test/java/in/koreatech/koin/acceptance/ShopApiTest.java#L57
org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute statement [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'option,price,updated_at) values ('2023-12-23 13:47:12.804642',1,'일반',7000,'2' at line 1] [insert into shop_menu_details (created_at,shop_menu_id,option,price,updated_at) values (?,?,?,?,?)]; SQL [insert into shop_menu_details (created_at,shop_menu_id,option,price,updated_at) values (?,?,?,?,?)]
build
Process completed with exit code 1.
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/