Skip to content

Commit

Permalink
Assign id to test steps
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 committed Dec 3, 2024
1 parent 2c8b472 commit 4ea340c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
secret_token: ${{ secrets.GITHUB_TOKEN }}

- name: Compile and run tests
id: compile_and_test
uses: eProsima/eProsima-CI/multiplatform/colcon_build_test@feature/test-reporting
with:
packages_names: ${{ env.code_packages_names }}
Expand Down Expand Up @@ -153,6 +154,7 @@ jobs:
secret_token: ${{ secrets.GITHUB_TOKEN }}

- name: Compile and run tests
id: compile_and_test
uses: eProsima/eProsima-CI/multiplatform/colcon_build_test@feature/test-reporting
env:
# GCC 11.3 (Ubuntu Jammy default) produces several false positives regarding timed synchronization protocols
Expand Down Expand Up @@ -263,6 +265,7 @@ jobs:
secret_token: ${{ secrets.GITHUB_TOKEN }}

- name: Compile and run tests
id: compile_and_test
uses: eProsima/eProsima-CI/multiplatform/colcon_build_test@feature/test-reporting
with:
packages_names: ${{ env.code_packages_names }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
secret_token: ${{ secrets.GITHUB_TOKEN }}

- name: Compile and run tests
id: compile_and_test
uses: eProsima/eProsima-CI/multiplatform/colcon_build_test@feature/test-reporting
with:
packages_names: ${{ env.code_packages_names }}
Expand Down

0 comments on commit 4ea340c

Please sign in to comment.