Skip to content

Commit

Permalink
Update artifact name in linux action
Browse files Browse the repository at this point in the history
Signed-off-by: romanodanilo <[email protected]>
  • Loading branch information
romanodanilo committed Jun 4, 2024
1 parent 191ad59 commit ef9aef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-on-change-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: github.event_name == 'pull_request' && (success() || failure())
uses: actions/upload-artifact@v4
with:
name: test-report
name: unit-test-report
path: ${{ github.workspace }}/LastTest.log

- name: Runtime test execution
Expand All @@ -57,6 +57,6 @@ jobs:
if: github.event_name == 'pull_request' && (success() || failure())
uses: actions/upload-artifact@v4
with:
name: test-report
name: runtime-test-report
path: ${{ github.workspace }}/runtime_test.log

0 comments on commit ef9aef8

Please sign in to comment.