Skip to content

Commit d75730e

Browse files
committed
debug test failures
1 parent 46b9158 commit d75730e

10 files changed

+8
-673
lines changed

.appveyor.yml

-71
This file was deleted.

.github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
git diff --exit-code src/ || (echo '::error::Run "php .github/sync-translations.php" to fix XLIFF files.' && exit 1)
211211
212212
- name: Run tests
213-
run: ./phpunit --group integration -v
213+
run: ./phpunit --group integration -v src/Symfony/Component/Cache
214214
env:
215215
REDIS_HOST: 'localhost:16379'
216216
REDIS_AUTHENTICATED_HOST: 'localhost:16380'

.github/workflows/intl-data-tests.yml

-108
This file was deleted.

.github/workflows/package-tests.yml

-150
This file was deleted.

.github/workflows/phpunit-bridge.yml

-38
This file was deleted.

0 commit comments

Comments
 (0)