1
0
Fork 0
mirror of https://github.com/archtechx/helpers.git synced 2025-12-12 04:04:04 +00:00

Update ci.yml

This commit is contained in:
Abrar Ahmad 2022-01-19 00:14:43 +05:00
parent 23b5bff051
commit 4ec9a9d2f1

View file

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