Skip to content

Commit 5504d71

Browse files
Modify phpunit.yml file
1 parent 2614b54 commit 5504d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Compile assets
2929
run: |
3030
npm install
31-
npm run development
31+
npm run dev
3232
- name: Execute tests (Unit and Feature tests) via PHPUnit
3333
env:
3434
DB_CONNECTION: sqlite

0 commit comments

Comments
 (0)