Skip to content

Commit a4bb872

Browse files
authored
Set directive for asserts (#682)
1 parent 22c50a9 commit a4bb872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: shivammathur/setup-php@v2
4747
with:
4848
php-version: ${{ matrix.php-version }}
49-
ini-values: pcov.directory=$GITHUB_WORKSPACE
49+
ini-values: pcov.directory=$GITHUB_WORKSPACE, zend.assertions=1
5050
coverage: ${{ steps.coverage-driver.outputs.result }}
5151
- id: composer-cache
5252
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

0 commit comments

Comments
 (0)