Skip to content

Commit

Permalink
Try to fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioribeiro committed Dec 15, 2020
1 parent 1f79061 commit c872c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Expand Up @@ -25,8 +25,7 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --prefer-dist --no-interaction --no-suggest
- name: Execute tests
run: vendor/bin/phpunit
Expand Down
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
composer.phar
composer.lock
vendor
coverage

0 comments on commit c872c7b

Please sign in to comment.