Skip to content

Commit

Permalink
Also upload test repors for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Nov 30, 2023
1 parent 2d53e77 commit de98052
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: ./gradlew functionalTest
- name: Documentation tests
run: ./gradlew docTest
- name: Store Test Reports
- name: Upload test reports
if: ${{ failure() }}
uses: actions/upload-artifact@v3
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@ jobs:
run: ./gradlew test
- name: Integration tests
run: ./gradlew integrationTest
- name: Upload test reports
if: ${{ failure() }}
uses: actions/upload-artifact@v3
with:
name: test-reports
path: build/reports/tests
- name: Assemble artifacts
run: ./gradlew assemble javadoc asciidoctorAllGuides

0 comments on commit de98052

Please sign in to comment.