Skip to content

Commit 685a82a

Browse files
committed
github: Restored composer-options: "--no-cache" because windows tests still randomly fails (ramsey/composer-install#79)
1 parent 96af956 commit 685a82a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/phpunit.yml

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- name: Install dependencies
7575
uses: "ramsey/composer-install@v1"
7676
with:
77+
composer-options: "--no-cache"
7778
dependency-versions: ${{ matrix.dependencies }}
7879
- name: Execute
7980
run: |

0 commit comments

Comments
 (0)