Skip to content

Commit fa2aa01

Browse files
author
Jonathan Shook
committed
fix tag for base test job
1 parent 449f6d1 commit fa2aa01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
uses: actions/upload-artifact@v4
133133
if: always() # ensures upload happens even if tests fail
134134
with:
135-
name: surefire-results--${{ matrix.isa }}-${{ matrix.jdk }}
135+
name: surefire-results--${{ matrix.os }}-${{ matrix.jdk }}
136136
path: "**/target/surefire-reports/**"
137137

138138

0 commit comments

Comments
 (0)