Skip to content

Commit cd76bd3

Browse files
authored
disable workflow cache
1 parent c96f0b2 commit cd76bd3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ jobs:
3434
run: |
3535
sudo apt-get update
3636
sudo apt-get install sqlite3 redis
37-
- name: Cache dependencies
38-
uses: actions/cache@v2
39-
with:
40-
path: ~/.composer/cache/files
41-
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
37+
38+
# - name: Cache dependencies
39+
# uses: actions/cache@v2
40+
# with:
41+
# path: ~/.composer/cache/files
42+
# key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
4243

4344
- name: Setup PHP
4445
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)