Skip to content

Commit 318e870

Browse files
author
Itamar Junior
committed
Remove Laravel installation step from GitHub Actions workflow for package testing
1 parent 99622e6 commit 318e870

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/laravel-package-tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ jobs:
2626
extensions: dom, curl, libxml, mbstring, zip, sqlite3, pdo_sqlite
2727
coverage: none
2828

29-
# Step 2: Install Laravel
30-
- name: Install Laravel
31-
run: |
32-
composer global require laravel/installer
33-
export PATH="$HOME/.config/composer/vendor/bin:$PATH"
34-
laravel new laravel-appointments
35-
3629
# Step 3: Install Composer dependencies
3730
- name: Install dependencies
3831
run: |

0 commit comments

Comments
 (0)