Skip to content

Commit

Permalink
Fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
antimech authored Nov 4, 2023
1 parent 5d7b6bb commit 70d6c60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
run: |
mkdir -p database
touch database/database.sqlite
- name: Install npm Dependencies
run: npm install
- name: Build frontend
run: npm run build
- name: Execute tests (Unit and Feature tests) via PHPUnit
env:
DB_CONNECTION: sqlite
Expand Down

0 comments on commit 70d6c60

Please sign in to comment.