Skip to content

Commit

Permalink
fix: symfony cli installation (#8)
Browse files Browse the repository at this point in the history
contributors: @MollocH
  • Loading branch information
cawolf authored Aug 23, 2022
1 parent 64e6fc9 commit 8feadb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ jobs:
git clean -df
- name: install symfony cli
run: |
wget https://get.symfony.com/cli/installer -O - | bash
sudo mv ~/.symfony/bin/symfony /usr/local/bin/symfony
wget https://get.symfony.com/cli/installer -O - | sudo bash -s -- --install-dir /usr/local/bin
- name: execute functional tests
env:
SYMFONY_VERSION: ${{ matrix.symfony }}
Expand Down

0 comments on commit 8feadb8

Please sign in to comment.