Skip to content

Commit 67fed16

Browse files
committed
(test) remove python from old runs
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
1 parent 4b5e9da commit 67fed16

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/reusable-windows-ci.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
uses: eProsima/eProsima-CI/external/upload-artifact@v0
184184
with:
185185
name: fastdds_python_build_${{ inputs.label }}
186-
path: ${{ github.workspace }}
186+
path: ${{ github.workspace }}/install
187187

188188

189189
fastdds_python_test:
@@ -196,6 +196,17 @@ jobs:
196196
cmake-build-type:
197197
- 'RelWithDebInfo'
198198
steps:
199+
- name: Sync eProsima/Fast-DDS-Python repository
200+
uses: eProsima/eProsima-CI/external/checkout@v0
201+
with:
202+
path: src/fastdds_python
203+
ref: ${{ inputs.fastdds-python-branch }}
204+
205+
- name: Remove fastdds_python from previous runs
206+
run: |
207+
Remove-Item -Recurse -Force "${{ github.workspace }}\install\fastdds_python" -ErrorAction SilentlyContinue
208+
Remove-Item -Recurse -Force "${{ github.workspace }}\install\fastdds_python_examples" -ErrorAction SilentlyContinue
209+
199210
- name: Download python build artifacts
200211
uses: eProsima/eProsima-CI/external/download-artifact@v0
201212
with:

0 commit comments

Comments
 (0)