Skip to content

Commit 0b17009

Browse files
committed
ci(tests): add sockets extension and enable --ci flag for Pest runs
1 parent 2872da6 commit 0b17009

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-runner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
php-version: ${{ matrix.php }}
8787
coverage: none
88-
extensions: mbstring, gd, intl, pcntl
88+
extensions: mbstring, gd, intl, pcntl, sockets
8989

9090
- name: Install dependencies
9191
run: |
@@ -105,4 +105,4 @@ jobs:
105105
php vendor/bin/testbench package:sync-skeleton
106106
107107
- name: Run test suite
108-
run: vendor/bin/pest --shard=${{ matrix.shard }}/4 --parallel
108+
run: vendor/bin/pest --ci --shard=${{ matrix.shard }}/4 --parallel

0 commit comments

Comments
 (0)