Skip to content

Commit

Permalink
Fixed broken workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ash-jc-allen committed Sep 21, 2021
1 parent 12a62dd commit 119f8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --prefer-dist --no-interaction --no-suggest
- name: Execute tests
run: vendor/bin/
- name: Run Larastan
run: vendor/bin/phpstan analyse

0 comments on commit 119f8dc

Please sign in to comment.