Skip to content

Commit

Permalink
Explain folder structure in comment
Browse files Browse the repository at this point in the history
b/290997541
  • Loading branch information
oxve committed Jul 19, 2023
1 parent 0679a2f commit 5414d6b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/unit_test_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,24 @@ jobs:
# Commit committer date in ISO 8601 format.
# Example: 2021-03-12T16:00:28Z
run: |
# Unit test results are archived on the following format:
#
# unit-test-results/
# ├── android-arm
# │ ├── <shards>
# │ │ └── <test result xmls>
# │ └── TAGS
# ├── linux-x64x11
# │ ├── <shards>
# │ │ └── <test result xmls>
# │ └── TAGS
# ├── raspi-2
# │ ├── <shards>
# │ │ └── <test result xmls>
# │ └── TAGS
# etc.
# Loop over each platform, extract the tags and upload xml results.
for dir in unit-test-results/*/; do
echo "Uploading $dir test report"
Expand Down

0 comments on commit 5414d6b

Please sign in to comment.