Skip to content

Commit 6bbe759

Browse files
szepeviktormnavarrocarter
authored andcommitted
Remove /vendor caching in CI
It is toxic, makes CI unstable
1 parent ba4c0b9 commit 6bbe759

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
with:
3131
path: |
3232
~/.composer/cache
33-
vendor
3433
key: "php-${{ matrix.php-version }}-locked"
3534
restore-keys: "php-${{ matrix.php-version }}-locked"
3635
- name: "Install locked dependencies"
@@ -62,7 +61,6 @@ jobs:
6261
with:
6362
path: |
6463
~/.composer/cache
65-
vendor
6664
key: "php-${{ matrix.php-version }}-locked"
6765
restore-keys: "php-${{ matrix.php-version }}-locked"
6866
- name: "Install locked dependencies"
@@ -98,7 +96,6 @@ jobs:
9896
with:
9997
path: |
10098
~/.composer/cache
101-
vendor
10299
key: "php-${{ matrix.php-version }}-locked"
103100
restore-keys: "php-${{ matrix.php-version }}-${{ matrix.dependencies }}"
104101
- name: "Install lowest dependencies"

0 commit comments

Comments
 (0)