We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6ef3a commit e05bf40Copy full SHA for e05bf40
1 file changed
.github/workflows/phpunit.yml
@@ -5,12 +5,13 @@ on:
5
branches: [ master ]
6
pull_request:
7
8
- workflow_dispatch:
9
10
jobs:
11
build:
12
13
runs-on: ubuntu-latest
+ env:
14
+ XDEBUG_MODE: off
15
16
steps:
17
- uses: actions/checkout@v2
@@ -36,4 +37,4 @@ jobs:
36
37
run: composer install --prefer-dist --no-progress --no-suggest
38
39
- name: Run test suite
- run: php -d xdebug.mode=off vendor/bin/phpunit
40
+ run: vendor/bin/phpunit
0 commit comments