Files
mongo-php-driver/.github/workflows/wait-for-mongodb.bat
Jeremy Mikola 51f0dd5399 PHPC-2143: Build Windows DLLs with GitHub Actions (#1380)
* Fix APM and CSFLE tests for Windows CI

* Add Windows to GitHub CI and build DLLs for releases

* Add --enable-debug-pack configure opt to generate PDB files

* Reminder to check for Windows build artifacts before publishing releases

* Revise advice on publicizing releases
2022-11-21 10:09:46 -05:00

5 lines
118 B
Batchfile

@ECHO OFF
:repeat
powershell -nop -c "& {sleep 1}"
mongo --quiet --eval 'db.runCommand({ping:1})' || goto :repeat