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 278be4b commit 8bb4375Copy full SHA for 8bb4375
.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