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

remove extra space

This commit is contained in:
Samuel Štancl 2022-01-19 19:30:38 +01:00 committed by GitHub
parent a0dc8006c4
commit 1ce324763f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,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" run: composer require "illuminate/support:^${{ matrix.laravel }}.0"
- name: Run tests - name: Run tests
run: vendor/bin/pest run: vendor/bin/pest