We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2b020 commit 0f57e4eCopy full SHA for 0f57e4e
.github/workflows/check.yml
@@ -105,7 +105,9 @@ jobs:
105
106
- name: Preparing Laravel project
107
run: |
108
+ pwd
109
cd ${{ runner.workspace }}
110
+ ls -lha
111
composer create-project --prefer-dist laravel/laravel laravel ${{ matrix.laravel }}
112
cd ${{ runner.workspace }}/laravel
113
composer config repositories.local path ${{ runner.workspace }}/laravel-bulk-upsert
0 commit comments