Skip to content

Commit

Permalink
Install deps first
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jun 28, 2023
1 parent f1d74f7 commit a264a44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/behat-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ jobs:
with:
php-version: ${{ matrix.php }}

- name: Install PHP dependencies
uses: ramsey/composer-install@83af392bf5f031813d25e6fe4cd626cdba9a2df6
with:
composer-options: '--prefer-dist'

- name: Make Composer packages available globally
run: |
echo "${PWD}/vendor/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit a264a44

Please sign in to comment.