We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725a907 commit 4571be0Copy full SHA for 4571be0
1 file changed
.github/workflows/java.yml
@@ -68,5 +68,7 @@ jobs:
68
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
69
with:
70
name: test-results
71
- path: exercises/**/build/results.txt
+ path: |
72
+ exercises/**/build/results.txt
73
+ exercises/**/build/results.json
74
if: failure()
0 commit comments