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

Update ci.yml

This commit is contained in:
Abrar Ahmad 2022-01-18 23:45:35 +05:00
parent f693c19448
commit c22b2e62bd

View file

@ -29,7 +29,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install composer dependencies - name: Install composer dependencies
run: | composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update run: composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
- name: Run tests - name: Run tests
run: vendor/bin/pest run: vendor/bin/pest