Skip to content

Commit b969f5a

Browse files
committed
Remove nick-invision/retry
1 parent 0354c2c commit b969f5a

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,9 @@ jobs:
5858
composer-
5959
6060
- name: Install dependencies
61-
uses: nick-invision/retry@v2
62-
with:
63-
timeout_minutes: 5
64-
max_attempts: 5
65-
retry_wait_seconds: 30
66-
command: |
67-
composer update --optimize-autoloader --no-interaction --no-progress ${{ matrix.composer-flags }}
68-
composer info -D
61+
run: |
62+
composer update --optimize-autoloader --no-interaction --no-progress ${{ matrix.composer-flags }}
63+
composer info -D
6964
7065
- name: Run tests
7166
run: vendor/bin/phpunit ${{ matrix.phpunit-flags }}

0 commit comments

Comments
 (0)