mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
test: use composer command
This commit is contained in:
parent
71360de9cb
commit
4ad9efd4d2
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -33,4 +33,4 @@ jobs:
|
||||
composer require "illuminate/container:${{ matrix.illuminate_version }}" "illuminate/contracts:${{ matrix.illuminate_version }}" "illuminate/database:${{ matrix.illuminate_version }}" "illuminate/http:${{ matrix.illuminate_version }}" "illuminate/support:${{ matrix.illuminate_version }}" --no-interaction --no-progress --prefer-dist ${{ matrix.composer_flags }}
|
||||
|
||||
- name: Run Tests
|
||||
run: vendor/bin/codecept run
|
||||
run: composer test
|
||||
|
Loading…
Reference in New Issue
Block a user