Skip to content

Commit 4571be0

Browse files
authored
Fix artifact upload to support both results.txt & results.json in test-changed workflow (#3048)
1 parent 725a907 commit 4571be0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/java.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,7 @@ jobs:
6868
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
6969
with:
7070
name: test-results
71-
path: exercises/**/build/results.txt
71+
path: |
72+
exercises/**/build/results.txt
73+
exercises/**/build/results.json
7274
if: failure()

0 commit comments

Comments
 (0)