User: joe Date: 11 May 25 15:52 Revision: 18b389271d1e8a661ae3c1c7f70a0374ea328a09 Summary: Upload test reports even if the tests fail, and different test reports on different OSes TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=9997&personal=false Index: .github/workflows/test.yml =================================================================== --- .github/workflows/test.yml (revision f55de16f53bbfea079ec917a4d47a039af0c24b0) +++ .github/workflows/test.yml (revision 18b389271d1e8a661ae3c1c7f70a0374ea328a09) @@ -39,7 +39,8 @@ - name: Build run: ./gradlew build --stacktrace - name: Upload test reports + if: always() uses: actions/upload-artifact@v4 with: - name: test-reports + name: test-reports-${{ matrix.os }} path: build/reports