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

gxd pushed a commit to branch tikv_test_planner
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/tikv_test_planner by this push:
     new 5fb4a2d38 ci(services/tikv): fix error
5fb4a2d38 is described below

commit 5fb4a2d388a44d9cd47a0048abe4513f9209dd5c
Author: G-XD <[email protected]>
AuthorDate: Tue Nov 14 23:14:46 2023 +0800

    ci(services/tikv): fix error
---
 .github/services/tikv/tikv/action.yml     | 2 ++
 .github/services/tikv/tikv_tls/action.yml | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/.github/services/tikv/tikv/action.yml 
b/.github/services/tikv/tikv/action.yml
index d46c14e14..cad06cd91 100644
--- a/.github/services/tikv/tikv/action.yml
+++ b/.github/services/tikv/tikv/action.yml
@@ -22,9 +22,11 @@ runs:
   using: "composite"
   steps:
     - name: install tiup
+      shell: bash
       run: curl --proto '=https' --tlsv1.2 -sSf 
https://tiup-mirrors.pingcap.com/install.sh | sh
 
     - name: start tiup playground
+      shell: bash
       working-directory: fixtures/tikv
       run: |
         # use latest stable version
diff --git a/.github/services/tikv/tikv_tls/action.yml 
b/.github/services/tikv/tikv_tls/action.yml
index 31019bbe8..2238d5f88 100644
--- a/.github/services/tikv/tikv_tls/action.yml
+++ b/.github/services/tikv/tikv_tls/action.yml
@@ -29,9 +29,11 @@ runs:
         cp -r `pwd`/ssl/* /tmp/tikv/ssl
 
     - name: install tiup
+      shell: bash
       run: curl --proto '=https' --tlsv1.2 -sSf 
https://tiup-mirrors.pingcap.com/install.sh | sh
 
     - name: Start tikv-tls
+      shell: bash
       working-directory: fixtures/tikv
       run: |
         # use latest stable version

Reply via email to