Skip to content

Commit

Permalink
workflows/behat // make use of ramsey/composer-install@v1. upgrade ac…
Browse files Browse the repository at this point in the history
…tions/checktout to v3, add --colors to behat call.
  • Loading branch information
Chrico committed May 12, 2022
1 parent 4720037 commit 78b03e7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ jobs:
matrix:
php-versions: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
tools: composer:v2
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Install Composer dependencies
uses: ramsey/composer-install@v1
with:
composer-options: "--prefer-dist"
- name: Run Behat
run: composer behat
run: ./vendor/bin/behat --colors"

0 comments on commit 78b03e7

Please sign in to comment.