We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274bf0e commit a701c5cCopy full SHA for a701c5c
.github/workflows/cpp-packaging.yml
@@ -676,3 +676,7 @@ jobs:
676
if: matrix.target_platform != 'Desktop' && !cancelled()
677
run: |
678
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