Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <hayato-m126@users.noreply.github.com>
  • Loading branch information
hayato-m126 committed Sep 30, 2024
1 parent eaa0936 commit 06b707c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/colcon-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,15 @@ jobs:
"mixin": ["coverage-pytest"]
}
}
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/b8436aa16c0bdbc01081b12caa253cbf16e0fb82/index.yaml


- name: Upload Unit Test Output
uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: colcon-logs
path: ${{ steps.action_ros_ci_step.outputs.ros-workspace-directory-name }}/log
path: ${{ steps.action_ros_ci_step.outputs.driving_log_replayer }}/coveragepy

report-test-result:
name: Get and upload Test Result
Expand All @@ -79,7 +81,7 @@ jobs:
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
path: colcon-logs
path: coveragepy
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@v3
env:
Expand Down

0 comments on commit 06b707c

Please sign in to comment.