Skip to content

Commit

Permalink
Update laravel-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carloshaam authored Nov 22, 2024
1 parent e2a073c commit 9748b76
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/laravel-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ jobs:
- name: Install Composer dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader

- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '18' # Versão compatível com Vite

- name: Install frontend dependencies
run: npm ci

- name: Build assets
run: npm run build

- name: Prepare the application
run: |
php -r "file_exists('.env') || copy('.env.example', '.env');"
Expand Down

0 comments on commit 9748b76

Please sign in to comment.