We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498069b commit 1d13697Copy full SHA for 1d13697
.github/workflows/ci.yml
@@ -861,8 +861,8 @@ jobs:
861
- name: Run Behat tests
862
run: vendor/bin/behat --out=std --format=progress --profile=default --no-interaction
863
864
- windows-phpunit:
865
- name: Windows PHPUnit (PHP ${{ matrix.php }}) (SQLite)
+ windows-behat:
+ name: Windows Behat (PHP ${{ matrix.php }}) (SQLite)
866
runs-on: windows-latest
867
timeout-minutes: 20
868
strategy:
0 commit comments