Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Feb 2, 2023
1 parent 7e165ec commit 449d35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
git clone -b ${{ matrix.laravel }} https://github.com/laravel/laravel.git laravel
cd laravel/
composer config repositories.0 '{ "type": "path", "url": "../", "options": { "symlink": false } }'
composer require --no-interaction --no-progress --dev --${{ matrix.stability }} --prefer-dist --update-with-dependencies "conedevelopment/root:dev-${{ github.sha }}"
composer require --no-interaction --no-progress --dev --${{ matrix.stability }} --prefer-dist --update-with-dependencies "conedevelopment/root:dev-${{ github.sha }} || dev-${{ github.ref_name }}"
# APP_ENV is local
cp -v .env.example .env
sed -i -e 's#^DB_CONNECTION=.*$#DB_CONNECTION=sqlite#' .env
Expand Down

0 comments on commit 449d35b

Please sign in to comment.