Skip to content

Commit cf6ef3a

Browse files
author
Taras Omelianchuk
committed
debug
1 parent 48e5965 commit cf6ef3a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/phpunit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8+
workflow_dispatch:
89

910
jobs:
1011
build:
@@ -35,4 +36,4 @@ jobs:
3536
run: composer install --prefer-dist --no-progress --no-suggest
3637

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

0 commit comments

Comments
 (0)