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 655adf7

Browse files
committed
Remove nick-invision/retry@v2
1 parent d8fd553 commit 655adf7

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
@@ -68,15 +68,10 @@ jobs:
6868
composer-
6969
7070
- name: Install dependencies
71-
uses: nick-invision/retry@v2
72-
with:
73-
timeout_minutes: 5
74-
max_attempts: 5
75-
retry_wait_seconds: 30
76-
command: |
77-
composer update --optimize-autoloader --no-interaction --no-progress ${{ matrix.composer-flags }}
78-
php -v
79-
composer info -D
71+
run: |
72+
composer update --optimize-autoloader --no-interaction --no-progress ${{ matrix.composer-flags }}
73+
php -v
74+
composer info -D
8075
8176
- name: Run tests
8277
run: php vendor/bin/phpunit

0 commit comments

Comments
 (0)