Files
runner-images/images/macos/provision/core/php.sh
Darii Nurgaleev 0a255311b1 [macOS] Pester tests invocation after install. (#2421)
* [macOS] Fail Pester tests on error

* return it back

* [macOS] Pester tests invokation after install

* fix nitpicks

* CocoaPods fix
2021-01-13 20:46:44 +03:00

11 lines
203 B
Bash

#!/bin/bash -e -o pipefail
source ~/utils/utils.sh
source ~/utils/invoke-tests.sh
echo Installing PHP
brew_smart_install "php"
echo Installing composer
brew_smart_install "composer"
invoke_tests "PHP"