Skip to content

Commit 145cc1c

Browse files
committed
Try uploading problem report
1 parent b074345 commit 145cc1c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/java.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
- name: Check if tests compile cleanly with starter sources
2525
run: ./gradlew compileStarterTestJava --continue
2626
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
2732

2833
lint:
2934
name: Lint Java files using Checkstyle

0 commit comments

Comments
 (0)