This commit is contained in:
parent
fa7390aedb
commit
d79431ba86
@ -22,6 +22,11 @@ jobs:
|
|||||||
composer global show phpunit/phpunit
|
composer global show phpunit/phpunit
|
||||||
composer install --no-interaction --prefer-dist
|
composer install --no-interaction --prefer-dist
|
||||||
|
|
||||||
|
- name: Delay for 20 seconds before running tests
|
||||||
|
run: |
|
||||||
|
echo "⏳ Waiting for 60 seconds before running PHPUnit tests..."
|
||||||
|
sleep 60
|
||||||
|
|
||||||
- name: Run PHPUnit tests
|
- name: Run PHPUnit tests
|
||||||
run: |
|
run: |
|
||||||
XDEBUG_MODE=coverage vendor/bin/phpunit --configuration phpunit.xml --verbose
|
XDEBUG_MODE=coverage vendor/bin/phpunit --configuration phpunit.xml --verbose
|
||||||
|
Loading…
x
Reference in New Issue
Block a user