Skip to content

Commit

Permalink
github: Restored composer-options: "--no-cache" because windows tes…
Browse files Browse the repository at this point in the history
…ts still randomly fails (ramsey/composer-install#79)
  • Loading branch information
LastDragon-ru committed May 16, 2021
1 parent b918981 commit b269239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/phpunit.yml
Expand Up @@ -74,6 +74,7 @@ jobs:
- name: Install dependencies
uses: "ramsey/composer-install@v1"
with:
composer-options: "--no-cache"
dependency-versions: ${{ matrix.dependencies }}
- name: Execute
run: |
Expand Down

0 comments on commit b269239

Please sign in to comment.