We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8201f5 commit 41f9c45Copy full SHA for 41f9c45
.github/workflows/ci.yml
@@ -68,15 +68,10 @@ jobs:
68
composer-
69
70
- 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
+ run: |
+ composer update --optimize-autoloader --no-interaction --no-progress ${{ matrix.composer-flags }}
+ php -v
+ composer info -D
80
81
- name: Run tests
82
run: php vendor/bin/phpunit
0 commit comments