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 0f57e4e commit d603f81Copy full SHA for d603f81
.github/workflows/check.yml
@@ -123,7 +123,9 @@ jobs:
123
echo "MYSQL_PASSWORD=test_password" >> .env
124
echo "MYSQL_PORT=3306" >> .env
125
php artisan key:generate
126
+ ls -lha ${{ runner.workspace }}
127
ls -lha ${{ runner.workspace }}/laravel-bulk-upsert
128
+ ls -lha ${{ runner.workspace }}/laravel/vendor/lapaliv/laravel-bulk-upsert
129
cp ${{ runner.workspace }}/laravel-bulk-upsert/Makefile ${{ runner.workspace }}/laravel/
130
mv ${{ runner.workspace }}/laravel/tests ${{ runner.workspace }}/laravel/tests_old
131
cp -r ${{ runner.workspace }}/laravel-bulk-upsert/tests ${{ runner.workspace }}/laravel/
0 commit comments