Skip to content

Commit

Permalink
Update laravel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ghozali25 authored Jan 7, 2025
1 parent 351a080 commit 5b828ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@v4
- name: Copy .env
run: cp .env.example .env
- name: Install Dependencies
run: composer update
- name: Install Dependencies
run: composer install
- name: Generate key
Expand Down

0 comments on commit 5b828ff

Please sign in to comment.