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 04675a17d use sqlite for test
04675a17d is described below

commit 04675a17dda6770008909b0531b068deeac1c511
Author: Xuanwo <[email protected]>
AuthorDate: Thu Jul 13 23:40:12 2023 +0800

    use sqlite for test
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .github/workflows/service_test_webdav.yml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/.github/workflows/service_test_webdav.yml 
b/.github/workflows/service_test_webdav.yml
index 65a6d266f..d39ad7ce0 100644
--- a/.github/workflows/service_test_webdav.yml
+++ b/.github/workflows/service_test_webdav.yml
@@ -160,24 +160,11 @@ jobs:
     runs-on: ubuntu-latest
 
     services:
-      db:
-        image: mysql:5.7
-        env:
-          MYSQL_ROOT_PASSWORD: password
-          MYSQL_DATABASE: nextcloud
-          MYSQL_USER: nextcloud
-          MYSQL_PASSWORD: nextcloud
-        options: --health-cmd="mysqladmin ping" --health-interval=10s 
--health-timeout=5s --health-retries=5
-
       nextcloud:
         image: nextcloud
         ports:
           - 8080:80
         env:
-          MYSQL_HOST: db
-          MYSQL_PASSWORD: nextcloud
-          MYSQL_DATABASE: nextcloud
-          MYSQL_USER: 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