funky-eyes commented on code in PR #6836: URL: https://github.com/apache/incubator-seata/pull/6836#discussion_r1750381905
########## .github/workflows/build.yml: ########## @@ -16,6 +16,10 @@ jobs: ports: - 6379:6379 options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3 + nacos: + image: nacos/nacos-server:2.4.2 Review Comment: 这个镜像貌似拉不到,建议换一个,然后你要看下鉴权这块,是否需要配置下否则默认nacos如果开启了鉴权,ci也是过不了的,要保证关闭接口鉴权 This mirror doesn't seem to be able to be pulled. It is recommended to change it. Then you have to take a look at the authentication piece and see if it needs to be configured. Otherwise, if the authentication is turned on by nacos by default, ci will not be able to pass. Make sure to turn off the interface authentication. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org