We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b074345 commit 145cc1cCopy full SHA for 145cc1c
1 file changed
.github/workflows/java.yml
@@ -24,6 +24,11 @@ jobs:
24
- name: Check if tests compile cleanly with starter sources
25
run: ./gradlew compileStarterTestJava --continue
26
working-directory: exercises
27
+ - name: Upload the generated file as an artifact
28
+ uses: actions/upload-artifact@v4
29
+ with:
30
+ name: problem-report.html
31
+ path: exercises/build/reports/problems/problems-report.html
32
33
lint:
34
name: Lint Java files using Checkstyle
0 commit comments