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 db3743f commit 1921794Copy full SHA for 1921794
.github/workflows/vue-starter-kit.yml
@@ -48,9 +48,9 @@ jobs:
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
+ APP_BASE_PATH: "${{ github.workspace }}/vendor/laravel/vue-starter-kit/"
52
53
- name: Execute tests
54
run: php vendor/bin/pest
55
56
0 commit comments