Skip to content

Commit 5abb7d0

Browse files
committed
Update run-tests.yaml
1 parent 709ff56 commit 5abb7d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ jobs:
122122
if: always()
123123
with:
124124
name: test-linux-${{ matrix.os }}
125-
path: "**/*.binlog"
125+
path: "**/*.trx"
126126
reporter: dotnet-trx
127127
# Upload Artifacts with Unique Name
128128
- name: Upload test results
129129
uses: actions/upload-artifact@v4
130130
if: always()
131131
with:
132132
name: test-linux-trx-${{ github.run_id }}-${{ matrix.os }}
133-
path: "**/*.trx"
133+
path: "**/*.binlog"
134134

135135
test-macos:
136136
name: test-macos (${{ matrix.os.arch }})

0 commit comments

Comments
 (0)