Skip to content

Commit

Permalink
Github Action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alainvd committed Aug 8, 2024
1 parent fa3a297 commit bb8d9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 21
- run: npm install && npm run dev
- run: npm install && npm run build
- name: Execute tests (Unit and Feature tests) via PHPUnit
env:
DB_CONNECTION: sqlite
Expand Down

0 comments on commit bb8d9d7

Please sign in to comment.