Browse Source

add cli test

quyuan 1 year ago
parent
commit
b619997e8d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/cli.yml

+ 3 - 0
.github/workflows/cli.yml

@@ -32,6 +32,9 @@ jobs:
       uses: actions/checkout@v3
       uses: actions/checkout@v3
       with:
       with:
         fetch-depth: 2
         fetch-depth: 2
+      retry:
+        max-retries: 3
+        always: false
     - name: check-requirements
     - name: check-requirements
       run: |
       run: |
         changed_files=$(git diff --name-only -r HEAD~1 HEAD)
         changed_files=$(git diff --name-only -r HEAD~1 HEAD)