WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 240c861

Browse files
committed
Remove nick-invision/retry@v2
1 parent e36be82 commit 240c861

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,10 @@ jobs:
6767
composer-
6868
6969
- name: Install dependencies
70-
uses: nick-invision/retry@v2
71-
with:
72-
timeout_minutes: 5
73-
max_attempts: 5
74-
retry_wait_seconds: 30
75-
command: |
76-
composer update --optimize-autoloader --no-interaction --no-progress ${{ matrix.composer-flags }}
77-
php -v
78-
composer info -D
70+
run: |
71+
composer update --optimize-autoloader --no-interaction --no-progress ${{ matrix.composer-flags }}
72+
php -v
73+
composer info -D
7974
8075
- name: Run tests
8176
run: php vendor/bin/phpunit

0 commit comments

Comments
 (0)