Skip to content

Commit a701c5c

Browse files
Add summary step to packaging step
Same step as the integration test workflow.
1 parent 274bf0e commit a701c5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,3 +676,7 @@ jobs:
676676
if: matrix.target_platform != 'Desktop' && !cancelled()
677677
run: |
678678
python scripts/gha/test_lab.py --android_model ${{ env.android_device }} --android_api ${{ env.android_api }} --ios_model ${{ env.ios_device }} --ios_version ${{ env.ios_version }} --testapp_dir testapps --code_platform cpp --key_file scripts/gha-encrypted/gcs_key_file.json
679+
- name: Summarize build and test results
680+
if: ${{ !cancelled() }}
681+
shell: bash
682+
run: cat testapps/summary.log

0 commit comments

Comments
 (0)