Skip to content

Commit

Permalink
Update 02-Run_Unit_Test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Silabs-ThieuVu authored Oct 17, 2024
1 parent d80e3c3 commit 8b0e06c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/02-Run_Unit_Test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
echo "Triggered by ${{github.event_name}} event"
echo "Repo root directory: $GITHUB_WORKSPACE"
echo "Current directory: $PWD"
rm -rf ${{ github.workspace }}
- name: Check Branch Input
run: |
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
Expand Down Expand Up @@ -125,13 +126,13 @@ jobs:
uses: actions/[email protected]
with:
name: unit_test_log_mg12_gcc
path: /test/log_MG12/
path: ${{ github.workspace }}/test/log_MG12/
warn: Output a warning but do not fail the action
retention-days: 90
- name: Upload artifact MG24
uses: actions/[email protected]
with:
name: unit_test_log_mg24_gcc
path: /test/log_MG24/
path: ${{ github.workspace }}/test/log_MG24/
warn: Output a warning but do not fail the action
retention-days: 90

0 comments on commit 8b0e06c

Please sign in to comment.