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