mirror of
https://github.com/php/php-src.git
synced 2024-12-04 23:34:25 +08:00
8fc5daeb3f
We always run test steps on azure, even if a previous step failed, because we don't want a failure in one configuration to prevent testing of other configurations. However, if building PHP fails in the first place, then we currently end up testing the system PHP binary. This is not only useless, but will also result in a test runner hang and cause the job to time out. Avoid this by using sapi/cli/php instead of the installed php as the test binary. If we fail to build, then it will not exist, and testing will fail immediately. |
||
---|---|---|
.. | ||
brew.yml | ||
job.yml | ||
test.yml |