User: joe Date: 11 May 25 15:50 Revision: f55de16f53bbfea079ec917a4d47a039af0c24b0 Summary: Upload test reports on github actions TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=9994&personal=false Index: .github/workflows/test.yml =================================================================== --- .github/workflows/test.yml (revision 98d2b2f7e6d2e5261202c6b33c58229125147855) +++ .github/workflows/test.yml (revision f55de16f53bbfea079ec917a4d47a039af0c24b0) @@ -38,3 +38,8 @@ echo -e '\norg.gradle.jvmargs=-Xmx4G\n' >> ~/.gradle/gradle.properties - name: Build run: ./gradlew build --stacktrace + - name: Upload test reports + uses: actions/upload-artifact@v4 + with: + name: test-reports + path: build/reports