Skip to content

Commit 1d13697

Browse files
authored
ci: fix naming of Windows Behat matrix line (api-platform#6489)
1 parent 498069b commit 1d13697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -861,8 +861,8 @@ jobs:
861861
- name: Run Behat tests
862862
run: vendor/bin/behat --out=std --format=progress --profile=default --no-interaction
863863

864-
windows-phpunit:
865-
name: Windows PHPUnit (PHP ${{ matrix.php }}) (SQLite)
864+
windows-behat:
865+
name: Windows Behat (PHP ${{ matrix.php }}) (SQLite)
866866
runs-on: windows-latest
867867
timeout-minutes: 20
868868
strategy:

0 commit comments

Comments
 (0)