We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221a0dd commit 7abe02aCopy full SHA for 7abe02a
.github/workflows/tests.yml
@@ -50,4 +50,4 @@ jobs:
50
run: vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --allow-risky=yes --dry-run --diff --verbose
51
52
- name: Execute tests
53
- run: vendor/bin/phpunit --verbose
+ run: sleep 10 && vendor/bin/phpunit --verbose
0 commit comments