Skip to content

Commit 72c2c6c

Browse files
committed
Update
1 parent a2685d2 commit 72c2c6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,11 @@ jobs:
6868
description: 'with bootstrap'
6969
with-bootstrap: true
7070
php-version: '8.4'
71+
phpunit-flags: '--display-skipped'
7172
- os: macos-latest
7273
description: 'on macOS'
7374
php-version: '8.4'
75+
phpunit-flags: '--display-skipped'
7476
- os: windows-latest
7577
description: 'on Windows'
7678
php-version: '8.4'
@@ -80,6 +82,7 @@ jobs:
8082
php-version: '8.4'
8183
install-phpunit-12: true
8284
with-php-cs-fixer-from-master: true # @todo: remove this
85+
phpunit-flags: '--display-skipped'
8386
- os: ubuntu-latest
8487
php-version: '8.5'
8588
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)