We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2614b54 commit 5504d71Copy full SHA for 5504d71
.github/workflows/phpunit.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Compile assets
29
run: |
30
npm install
31
- npm run development
+ npm run dev
32
- name: Execute tests (Unit and Feature tests) via PHPUnit
33
env:
34
DB_CONNECTION: sqlite
0 commit comments