Skip to content

Commit e05bf40

Browse files
author
Taras Omelianchuk
committed
debug
1 parent cf6ef3a commit e05bf40

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8-
workflow_dispatch:
98

109
jobs:
1110
build:
1211

1312
runs-on: ubuntu-latest
13+
env:
14+
XDEBUG_MODE: off
1415

1516
steps:
1617
- uses: actions/checkout@v2
@@ -36,4 +37,4 @@ jobs:
3637
run: composer install --prefer-dist --no-progress --no-suggest
3738

3839
- name: Run test suite
39-
run: php -d xdebug.mode=off vendor/bin/phpunit
40+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)