File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -667,7 +667,7 @@ jobs:
667
667
python scripts/gha/restore_secrets.py --passphrase "${{ secrets.TEST_SECRET }}"
668
668
- name : Build integration tests
669
669
run : |
670
- python scripts/gha/build_testapps.py --t ${{ env.apis }} --p ${{ matrix.target_platform }} --sdk_dir firebase_cpp_sdk --output_directory ${{ github.workspace }} --noadd_timestamp
670
+ python scripts/gha/build_testapps.py --t ${{ env.apis }} --p ${{ matrix.target_platform }} --sdk_dir firebase_cpp_sdk --output_directory " ${{ github.workspace }}" --noadd_timestamp
671
671
672
672
- name : Run desktop integration tests
673
673
if : matrix.target_platform == 'Desktop' && !cancelled()
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136
136
if [[ "${{ matrix.ssl_variant }}" == "boringssl" ]]; then
137
137
ssl_option=--cmake_flag=-DFIREBASE_USE_BORINGSSL=ON
138
138
fi
139
- python scripts/gha/build_testapps.py --t ${{ github.event.inputs.apis }} --p ${{ matrix.target_platform }} --output_directory ${{ github.workspace }} --use_vcpkg --noadd_timestamp ${ssl_option}
139
+ python scripts/gha/build_testapps.py --t ${{ github.event.inputs.apis }} --p ${{ matrix.target_platform }} --output_directory " ${{ github.workspace }}" --use_vcpkg --noadd_timestamp ${ssl_option}
140
140
141
141
- name : Run desktop integration tests
142
142
if : matrix.target_platform == 'Desktop' && !cancelled()
You can’t perform that action at this time.
0 commit comments