Skip to content

Commit

Permalink
fixed upload of test result in ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lipkau committed Jun 13, 2024
1 parent 6b00950 commit 845495f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
branches:
- master
- develop
workflow_dispatch:

jobs:
build_module:
Expand Down Expand Up @@ -67,7 +68,7 @@ jobs:
- name: Upload test results
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-Unit-Tests
name: ${{ runner.os }}v5-Unit-Tests
path: Test*.xml
if: ${{ always() }}

Expand Down Expand Up @@ -100,7 +101,7 @@ jobs:
- name: Upload test results
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-Unit-Tests
name: ${{ runner.os }}v7-Unit-Tests
path: Test*.xml
if: ${{ always() }}

Expand Down

0 comments on commit 845495f

Please sign in to comment.