Skip to content

Commit 845495f

Browse files
committed
fixed upload of test result in ci pipeline
1 parent 6b00950 commit 845495f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_and_test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
branches:
1111
- master
1212
- develop
13+
workflow_dispatch:
1314

1415
jobs:
1516
build_module:
@@ -67,7 +68,7 @@ jobs:
6768
- name: Upload test results
6869
uses: actions/upload-artifact@v4
6970
with:
70-
name: ${{ runner.os }}-Unit-Tests
71+
name: ${{ runner.os }}v5-Unit-Tests
7172
path: Test*.xml
7273
if: ${{ always() }}
7374

@@ -100,7 +101,7 @@ jobs:
100101
- name: Upload test results
101102
uses: actions/upload-artifact@v4
102103
with:
103-
name: ${{ runner.os }}-Unit-Tests
104+
name: ${{ runner.os }}v7-Unit-Tests
104105
path: Test*.xml
105106
if: ${{ always() }}
106107

0 commit comments

Comments
 (0)