We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0354c2c commit b969f5aCopy full SHA for b969f5a
1 file changed
.github/workflows/ci.yml
@@ -58,14 +58,9 @@ jobs:
58
composer-
59
60
- 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
+ run: |
+ composer update --optimize-autoloader --no-interaction --no-progress ${{ matrix.composer-flags }}
+ composer info -D
69
70
- name: Run tests
71
run: vendor/bin/phpunit ${{ matrix.phpunit-flags }}
0 commit comments