Skip to content

Commit

Permalink
Fix phpstan workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Jun 18, 2020
1 parent 01848b6 commit 5892a51
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/push.yml
Expand Up @@ -153,14 +153,13 @@ jobs:
needs: [setup, phpunit]
steps:
- uses: actions/checkout@master
- name: Restore/cache vendor folder
uses: actions/cache@v1
- name: composer
uses: docker://composer
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: vendor
key: all-build-${{ hashFiles('**/composer.lock') }}
restore-keys: |
all-build-${{ hashFiles('**/composer.lock') }}
all-build-
args: install --no-interaction --prefer-dist --optimize-autoloader

- name: PHPStan
uses: phpDocumentor/phpstan-ga@0.12.3
env:
Expand Down

0 comments on commit 5892a51

Please sign in to comment.