Skip to content

Commit 8b9e42c

Browse files
authored
[infra] upload build report artifacts (#8763)
Uploads build artifacts (test and verifier reports) after all actions. Artifact URLs can be found in the run output: <img width="916" height="425" alt="image" src="https://github.com/user-attachments/assets/fd626ab2-a804-4f47-9b35-a6c94a9d322d" /> --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide]([https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md](https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Dart contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. - Java and Kotlin contributions should strive to follow Java and Kotlin best practices ([discussion](#8098)). </details>
1 parent 35c50d7 commit 8b9e42c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/presubmit.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,11 @@ jobs:
3636
run: ./tool/github.sh
3737
env:
3838
BOT: ${{ matrix.bot }}
39+
- name: upload build artifacts
40+
uses: actions/upload-artifact@v4
41+
if: always()
42+
with:
43+
name: build-${{ matrix.bot }}
44+
path: |
45+
**/build/reports/
46+
**/build/test-results/

0 commit comments

Comments
 (0)