File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,14 @@ jobs:
119119 job-type : " Test"
120120 build-type : " Nightly Build"
121121 details : " • Partition: `${{ matrix.partition_id }}` of ${{ env.PARTITION_TOTAL }}\n • Failed Step: `${{ steps.run_tests.name }}`"
122+ - name : Upload test logs on failure
123+ if : failure()
124+ uses : actions/upload-artifact@v4
125+ with :
126+ name : test-logs-${{ matrix.platform }}-${{ github.run_id }}-${{ matrix.partition_id }}
127+ path : |
128+ **/*.log
129+ retention-days : 30
122130 - name : Upload test artifacts to GitHub
123131 uses : actions/upload-artifact@v4
124132 with :
Original file line number Diff line number Diff line change 6464 job-type : " Test"
6565 build-type : " PR Build"
6666 details : " • Partition: `${{ matrix.partition_id }}` of ${{ env.PARTITION_TOTAL }}\n • Failed Step: `${{ steps.run_tests.name }}`"
67+ - name : Upload test logs on failure
68+ if : failure()
69+ uses : actions/upload-artifact@v4
70+ with :
71+ name : test-logs-${{ matrix.platform }}-${{ github.run_id }}-${{ matrix.partition_id }}
72+ path : |
73+ **/*.log
74+ retention-days : 30
6775 - name : Upload test artifacts to GitHub
6876 if : ${{ !cancelled() }}
6977 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments