1
0
Fork 0
mirror of https://github.com/archtechx/helpers.git synced 2025-12-12 12:14:02 +00:00
This commit is contained in:
Abrar Ahmad 2022-01-19 00:52:43 +05:00
parent 0c8fcc30ca
commit 63d2cb5d88
2 changed files with 4 additions and 2 deletions

View file

@ -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