Skip to content

Commit

Permalink
Upsun CLI also needs to be installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwcarlson committed Dec 2, 2024
1 parent ba9e431 commit 264adea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,16 @@ jobs:
- name: "[tools] 2. Set up Homebrew."
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: "[tools] 3. Install Upsun CLI."
- name: "[tools] 3. Install Symfony CLI + Upsun CLI."
run: |
echo "::notice::Installing Symfony CLI via HomeBrew."
brew install symfony-cli/tap/symfony-cli
- name: "[tools] 4. Test: The Upsun CLI should be installed and executable."
brew install platformsh/tap/upsun-cli
- name: "[tools] 4. Test: The Symfony CLI should be installed and executable."
run: |
echo "::notice::Verifying CLI is installed correctly."
./$TEST_PATH/command_installed.sh symfony
./$TEST_PATH/command_installed.sh upsun
- name: "[tools] 5. Test: Setup Blackfire."
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 264adea

Please sign in to comment.