Skip to content

Commit

Permalink
Use temporary PR branch
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
  • Loading branch information
rsanchez15 committed Dec 17, 2024
1 parent b220682 commit 407114a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-windows-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
test_filter:
- 'blackbox'
- 'unittest'
uses: eProsima/Fast-DDS/.github/workflows/reusable-windows-ci.yml@master
uses: eProsima/Fast-DDS/.github/workflows/reusable-windows-ci.yml@ci/split-tests
with:
label: nightly-sec-${{ matrix.security }}-${{ matrix.cmake_build_type }}-${{ matrix.test_filter }}-windows-ci-master
cmake-config: ${{ matrix.cmake_build_type }}
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/reusable-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,14 @@ jobs:
workspace: ${{ github.workspace }}

- name: Upload build workspace
uses: eProsima/eProsima-CI/external/upload-artifact@v0
uses: actions/upload-artifact@v4
with:
name: build_workspace_${{ inputs.label }}
path: ${{ github.workspace }}
include-hidden-files: true
path: |
${{ github.workspace }}/install
${{ github.workspace }}/build
${{ github.workspace }}/**/*.obj
reusable-windows-ci-test:
runs-on: windows-2022
Expand Down

0 comments on commit 407114a

Please sign in to comment.