Skip to content

Commit

Permalink
cache
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Nov 1, 2020
1 parent adebd7f commit 4a16f1b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Cache
uses: actions/cache@v2
with:
path: ~/.composer/cache
path: ~/.cache/composer
key: composer-${{ hashFiles('composer.json') }}-${{ matrix.php }}-${{ matrix.composer_args }}-${{ github.run_number }}
restore-keys: |
composer-${{ hashFiles('composer.json') }}-${{ matrix.php }}
Expand All @@ -38,9 +38,6 @@ jobs:
env:
COMPOSER_ARGS: ${{ matrix.composer_args }}
run: composer update --no-interaction --no-progress --prefer-dist $COMPOSER_ARGS
- run: |
ls -alh ~/.composer || true
ls -alh ~/.cache
- name: Lint
run: vendor/bin/parallel-lint -e php,phpt --exclude tests/temp src tests
- name: Tests
Expand Down

0 comments on commit 4a16f1b

Please sign in to comment.