Skip to content

Commit

Permalink
Update laravel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielh-official committed Nov 11, 2023
1 parent c587cb0 commit 82a8b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
DB_CONNECTION: sqlite
DB_DATABASE: database/database.sqlite
run: vendor/bin/phpunit
run: vendor/bin/pest


build:
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Install NPM dependencies
run: npm install
- name: Compile assets for production
run: npm run production
run: npm run build

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 82a8b8a

Please sign in to comment.