Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sandervanhooft committed Feb 16, 2023
1 parent f2af6e8 commit 5c91798
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
composer require "illuminate/contracts=^${{ matrix.laravel }}" --no-update
composer update --prefer-dist --no-interaction --no-progress
- name: Migrate test configuration
if: laravel == '10.0'
run: vendor/bin/phpunit --migrate-configuration
# - name: Migrate test configuration
# if: ${{ matrix.laravel }} == '10.0'
# run: vendor/bin/phpunit --migrate-configuration

- name: Execute tests
run: vendor/bin/phpunit

0 comments on commit 5c91798

Please sign in to comment.