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

formatting.

This commit is contained in:
Abrar Ahmad 2022-01-19 20:47:57 +05:00
parent 1f4f46b7b4
commit 4fb2fa1454

View file

@ -27,7 +27,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install composer dependencies - name: Install composer dependencies
run: composer require "illuminate/support:^${{ matrix.laravel }}.0" "orchestra/testbench:${{ matrix.testbench }}" run: composer require "illuminate/support:^${{ matrix.laravel }}.0" "orchestra/testbench:${{ matrix.testbench }}"
- name: Run tests - name: Run tests
run: vendor/bin/pest run: vendor/bin/pest