Skip to content

Commit 81f84b4

Browse files
authored
[tests] add test and problem report uploading to the server test workflow (#94)
* [tests] upload test report artifacts * try full path * add problem report * path goofery * try inlining upload * +++ * --- * ${{ github.workspace }} * /// * pluginVerifier * inline (again) * moar pathery * --
1 parent 53920c1 commit 81f84b4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/presubmit.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,14 @@ jobs:
9393
run: |
9494
./gradlew :test --tests "com.jetbrains.dart.analysisServer.*"
9595
working-directory: third_party
96-
96+
- name: Upload build artifacts
97+
uses: actions/upload-artifact@v4
98+
if: always()
99+
with:
100+
name: build
101+
path: |
102+
**/build/reports/
103+
**/build/test-results/
97104
# Job 4: Verify Plugin
98105
verify-plugin:
99106
needs: build-plugin

0 commit comments

Comments
 (0)