Skip to content

Commit

Permalink
Disable install-laravel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Nov 2, 2023
1 parent 4f13e77 commit dd51e7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/install-laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
sed -i -e 's#^DB_CONNECTION=.*$#DB_CONNECTION=sqlite#' .env
sed -i -e 's#^DB_DATABASE=.*$#DB_DATABASE=:memory:#' .env
php artisan key:generate
php artisan root:install --seed
# Wait for https://github.com/conedevelopment/root/issues/155
##php artisan root:install --seed
php artisan root:publish --packages
-
name: "Perform static analysis on stubs"
Expand Down

0 comments on commit dd51e7b

Please sign in to comment.