Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Feb 29, 2024
1 parent 71051be commit f8ef69c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
coverage: xdebug

- name: Install Dependencies (Composer)
uses: nick-invision/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 5
max_attempts: 3
command: composer update --no-interaction --no-progress

- name: Install Dependencies (NPM)
uses: nick-invision/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 5
max_attempts: 3
Expand Down

0 comments on commit f8ef69c

Please sign in to comment.