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