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 b365933 commit ba503a2Copy full SHA for ba503a2
.github/workflows/integration_tests.yml
@@ -353,7 +353,7 @@ jobs:
353
elif [[ "${{ github.event.inputs.firestore_dep_source }}" ]]; then
354
additional_flags+=(--cmake_flag=-DFIRESTORE_DEP_SOURCE=${{ github.event.inputs.firestore_dep_source }})
355
fi
356
- python scripts/gha/build_testapps.py --p Desktop \
+ VERBOSE=1 python scripts/gha/build_testapps.py --p Desktop \
357
--t ${{ needs.check_and_prepare.outputs.apis }} \
358
--output_directory "${{ github.workspace }}" \
359
--artifact_name "desktop-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.ssl_variant }}" \
0 commit comments