Skip to content

What is nginx used for in github action? #2239

Answered by Xuanwo
Gnosnay asked this question in Q&A
Discussion options

You must be logged in to vote

I believe OPENDAL_WEBDAV_TEST=on;OPENDAL_WEBDAV_ENDPOINT="http://127.0.0.1:9999";OPENDAL_WEBDAV_USERNAME=foo cargo test webdav is wrong command.

Try running test with:

OPENDAL_WEBDAV_TEST=on OPENDAL_WEBDAV_ENDPOINT="http://127.0.0.1:9999" OPENDAL_WEBDAV_USERNAME=foo cargo test webdav -- --show-output

Or by setting the .env file.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Gnosnay
Comment options

@Xuanwo
Comment options

Answer selected by Gnosnay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants