Skip to content

Commit fc41ae1

Browse files
committed
DEBUG
1 parent 827927f commit fc41ae1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/quicktest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: php bin/phpcs --config-set php_path php
5555

5656
- name: 'PHPUnit: run the tests'
57-
run: vendor/bin/phpunit tests/AllTests.php --no-coverage
57+
run: vendor/bin/phpunit tests/AllTests.php --no-coverage --filter ReplaceTabsInToken
5858

5959
# Note: The code style check is run as an integration test.
6060
- name: 'PHPCS: check code style without cache, no parallel'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164

165165
- name: 'PHPUnit: run the tests without code coverage'
166166
if: ${{ matrix.skip_tests != true }}
167-
run: vendor/bin/phpunit tests/AllTests.php --no-coverage
167+
run: vendor/bin/phpunit tests/AllTests.php --no-coverage --filter ReplaceTabsInToken
168168

169169
- name: 'PHPCS: check code style without cache, no parallel'
170170
if: ${{ matrix.custom_ini == false && matrix.php != '7.4' }}

0 commit comments

Comments
 (0)