File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -154,19 +154,19 @@ jobs:
154154 --extra-index-url https://test.pypi.org/simple/ \
155155 "$PKG_NAME==$VERSION"
156156
157- - name : Run unit tests
158- run : make tests
159- env :
160- ZHIPUAI_API_KEY : ${{ secrets.ZHIPUAI_API_KEY }}
161- ZHIPUAI_BASE_URL : ${{ secrets.ZHIPUAI_BASE_URL }}
162- working-directory : ${{ inputs.working-directory }}
157+ # - name: Run unit tests
158+ # run: make tests
159+ # env:
160+ # ZHIPUAI_API_KEY: ${{ secrets.ZHIPUAI_API_KEY }}
161+ # ZHIPUAI_BASE_URL: ${{ secrets.ZHIPUAI_BASE_URL }}
162+ # working-directory: ${{ inputs.working-directory }}
163163
164- - name : Run integration tests
165- env :
166- ZHIPUAI_API_KEY : ${{ secrets.ZHIPUAI_API_KEY }}
167- ZHIPUAI_BASE_URL : ${{ secrets.ZHIPUAI_BASE_URL }}
168- run : make integration_tests
169- working-directory : ${{ inputs.working-directory }}
164+ # - name: Run integration tests
165+ # env:
166+ # ZHIPUAI_API_KEY: ${{ secrets.ZHIPUAI_API_KEY }}
167+ # ZHIPUAI_BASE_URL: ${{ secrets.ZHIPUAI_BASE_URL }}
168+ # run: make integration_tests
169+ # working-directory: ${{ inputs.working-directory }}
170170
171171 publish :
172172 needs :
You can’t perform that action at this time.
0 commit comments