Skip to content

Commit 7abe02a

Browse files
committed
fix ci
1 parent 221a0dd commit 7abe02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
run: vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --allow-risky=yes --dry-run --diff --verbose
5151

5252
- name: Execute tests
53-
run: vendor/bin/phpunit --verbose
53+
run: sleep 10 && vendor/bin/phpunit --verbose

0 commit comments

Comments
 (0)