Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Mar 27, 2024
1 parent 58ba7f3 commit 90d22c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
- name: Generate key
run: php artisan key:generate

- name: Build frontend
run: |
npm run build
- name: Execute tests
env:
DB_USERNAME: root
Expand Down

0 comments on commit 90d22c6

Please sign in to comment.