Skip to content

Commit 87d9352

Browse files
committed
[Bug Fix] (config) Fix the issue about forget to git clone project.
1 parent bf44bee commit 87d9352

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/test_python_project_ci_multi-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ jobs:
153153
env:
154154
RELEASE_TYPE: ${{ needs.build_git-tag_and_create_github-release.outputs.python_release_version }}
155155
steps:
156+
- name: Checkout
157+
uses: actions/checkout@v2
158+
156159
- name: Check it whether get the output of previous one job which has version info or not
157160
run: bash scripts/ci/check_getting_output.sh
158161

.github/workflows/test_python_project_ci_one-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ jobs:
122122
env:
123123
RELEASE_TYPE: ${{ needs.build_git-tag_and_create_github-release.outputs.python_release_version }}
124124
steps:
125+
- name: Checkout
126+
uses: actions/checkout@v2
127+
125128
- name: Check it whether get the output of previous one job which has version info or not
126129
run: bash scripts/ci/check_getting_output.sh
127130
# run: |

0 commit comments

Comments
 (0)