This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch add-nextcloud-test-for-webdav
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/add-nextcloud-test-for-webdav 
by this push:
     new c89029965 setup with sqlite
c89029965 is described below

commit c89029965081baa44e4d1b4174f28dbeebc58ea6
Author: Xuanwo <[email protected]>
AuthorDate: Thu Jul 13 23:48:00 2023 +0800

    setup with sqlite
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .github/workflows/service_test_webdav.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/service_test_webdav.yml 
b/.github/workflows/service_test_webdav.yml
index d39ad7ce0..9f1be7fa8 100644
--- a/.github/workflows/service_test_webdav.yml
+++ b/.github/workflows/service_test_webdav.yml
@@ -165,6 +165,7 @@ jobs:
         ports:
           - 8080:80
         env:
+          SQLITE_DATABASE: nextcloud
           NEXTCLOUD_ADMIN_USER: admin
           NEXTCLOUD_ADMIN_PASSWORD: admin
         options: --health-cmd="curl -f http://localhost"; --health-interval=10s 
--health-timeout=5s --health-retries=5

Reply via email to