mirror of
https://github.com/archtechx/helpers.git
synced 2025-12-12 20:14:02 +00:00
Update ci.yml
This commit is contained in:
parent
23b5bff051
commit
4ec9a9d2f1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install composer dependencies
|
- name: Install composer dependencies
|
||||||
run: |
|
run: |
|
||||||
composer require "laravel/support:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }} --dev" --no-interaction --no-update
|
composer require "illuminate/support:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }} --dev" --no-interaction --no-update
|
||||||
composer update --prefer-stable --prefer-dist --no-interaction --no-suggest
|
composer update --prefer-stable --prefer-dist --no-interaction --no-suggest
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: vendor/bin/pest
|
run: vendor/bin/pest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue