Xuanwo commented on code in PR #3088:
URL:
https://github.com/apache/incubator-opendal/pull/3088#discussion_r1326986252
##########
.github/workflows/service_test_http.yml:
##########
@@ -48,7 +49,7 @@ jobs:
run: |
mkdir /tmp/static
cp -r tests/data/* /tmp/static
- nginx -c `pwd`/src/services/http/fixtures/nginx.conf
+ nginx -c ../fixtures/http/nginx.conf
Review Comment:
nignx already use it's binary path as the base of path, so please prefix
`pwd` here
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]