Skip to content

Commit ba503a2

Browse files
committed
Add verbose flag.
1 parent b365933 commit ba503a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ jobs:
353353
elif [[ "${{ github.event.inputs.firestore_dep_source }}" ]]; then
354354
additional_flags+=(--cmake_flag=-DFIRESTORE_DEP_SOURCE=${{ github.event.inputs.firestore_dep_source }})
355355
fi
356-
python scripts/gha/build_testapps.py --p Desktop \
356+
VERBOSE=1 python scripts/gha/build_testapps.py --p Desktop \
357357
--t ${{ needs.check_and_prepare.outputs.apis }} \
358358
--output_directory "${{ github.workspace }}" \
359359
--artifact_name "desktop-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.ssl_variant }}" \

0 commit comments

Comments
 (0)