Skip to content

Commit 5ccb33c

Browse files
Update install.yml
1 parent 7799ad3 commit 5ccb33c

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/install.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: cp .env.testing .env
3636

3737
- name: Install dependencies
38-
run: composer require laravel/framework:"^12.0"
38+
run: composer install
3939

4040
- name: Generate application key
4141
run: php artisan key:generate
@@ -44,11 +44,7 @@ jobs:
4444
run: php artisan migrate
4545

4646
- name: Seed database
47-
run: php artisan db:seed
48-
49-
- name: Install dependencies
50-
run: composer install
51-
47+
run: php artisan db:seed
5248

5349
- name: Install npm dependencies
5450
run: npm install

0 commit comments

Comments
 (0)