Skip to content

Commit 120d861

Browse files
authored
Merge pull request #54 from jrfnl/feature/ghactions-turn-on-error-reporting
GH Actions: set error reporting to E_ALL + remove cron
2 parents 8c5038a + 41b6d4d commit 120d861

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
pull_request:
88
branches:
99
- "*"
10-
schedule:
11-
- cron: '0 0 * * *'
1210
# Allow manually triggering the workflow.
1311
workflow_dispatch:
1412

@@ -51,6 +49,7 @@ jobs:
5149
uses: shivammathur/setup-php@v2
5250
with:
5351
php-version: ${{ matrix.php }}
52+
ini-values: error_reporting=E_ALL, display_errors=On
5453
coverage: none
5554
tools: composer
5655

0 commit comments

Comments
 (0)