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 8955c48 commit 278be4bCopy full SHA for 278be4b
.github/workflows/vue-starter-kit.yml
@@ -47,6 +47,10 @@ jobs:
47
48
- name: Build vue-starter-kit
49
run: composer run vue:build
50
+ env:
51
+ APP_BASE_PATH: ${{ GITHUB_WORKSPACE }}/vendor/laravel/vue-starter-kit
52
53
- name: Execute tests
- run: composer run vue:test
54
+ run: php vendor/bin/pest
55
56
0 commit comments