This commit is contained in:
parent
4e12ce3bdb
commit
0b67a89d09
@ -22,10 +22,10 @@ jobs:
|
||||
composer global show phpunit/phpunit
|
||||
composer install --no-interaction --prefer-dist
|
||||
|
||||
- name: Delay for 2 seconds before running tests
|
||||
- name: Delay for 200 seconds before running tests
|
||||
run: |
|
||||
echo "⏳ Waiting for 2 seconds before running PHPUnit tests..."
|
||||
sleep 2
|
||||
echo "⏳ Waiting for 200 seconds before running PHPUnit tests..."
|
||||
sleep 200
|
||||
|
||||
- name: Run PHPUnit tests
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user