Skip to content

Commit 32f6345

Browse files
committed
cache wasn't implemented properly anyway
1 parent e1eb21e commit 32f6345

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/tests.yaml

+1-8
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,17 @@ jobs:
3737
php-version: ${{ matrix.php-version }}
3838
extensions: json
3939
ini-values: precision=14,serialize_precision=-1
40-
- uses: actions/cache@v3
41-
with:
42-
path: /tmp/composer-cache
43-
key: ${{ matrix.php-version }}-${{ hashFiles('composer.lock') }}
4440
- run: |
4541
composer update \
4642
--no-ansi \
4743
--no-interaction \
4844
--no-scripts \
49-
--no-suggest \
50-
--no-progress \
51-
--prefer-dist
45+
--no-progress
5246
- run: |
5347
wget https://releases.hashicorp.com/consul/1.12.1/consul_1.12.1_linux_amd64.zip
5448
unzip consul_1.12.1_linux_amd64.zip -d /usr/local/bin/
5549
rm consul_1.12.1_linux_amd64.zip
5650
chmod +x /usr/local/bin/consul
5751
consul --version
58-
5952
- run: |
6053
./vendor/bin/phpunit -c phpunit.xml

0 commit comments

Comments
 (0)