Skip to content

Commit

Permalink
cache wasn't implemented properly anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Jun 2, 2022
1 parent e1eb21e commit 32f6345
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,17 @@ jobs:
php-version: ${{ matrix.php-version }}
extensions: json
ini-values: precision=14,serialize_precision=-1
- uses: actions/cache@v3
with:
path: /tmp/composer-cache
key: ${{ matrix.php-version }}-${{ hashFiles('composer.lock') }}
- run: |
composer update \
--no-ansi \
--no-interaction \
--no-scripts \
--no-suggest \
--no-progress \
--prefer-dist
--no-progress
- run: |
wget https://releases.hashicorp.com/consul/1.12.1/consul_1.12.1_linux_amd64.zip
unzip consul_1.12.1_linux_amd64.zip -d /usr/local/bin/
rm consul_1.12.1_linux_amd64.zip
chmod +x /usr/local/bin/consul
consul --version
- run: |
./vendor/bin/phpunit -c phpunit.xml

0 comments on commit 32f6345

Please sign in to comment.