Skip to content

Commit 5b3d352

Browse files
committed
[LiveComponent] Prevent fail exit code for deprecations
1 parent 5be299d commit 5b3d352

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ jobs:
128128
dependency-versions: ${{ matrix.dependency-version }}
129129

130130
- name: ${{ matrix.component }} Tests
131+
env:
132+
SYMFONY_DEPRECATIONS_HELPER: 'max[total]=999999'
131133
working-directory: "src/${{ matrix.component }}"
132134
run: vendor/bin/simple-phpunit
133135

0 commit comments

Comments
 (0)