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 6dfc422 commit 5040fb1Copy full SHA for 5040fb1
.github/workflows/vue-starter-kit.yml
@@ -46,11 +46,7 @@ jobs:
46
run: npx playwright install --with-deps
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
+ run: APP_BASE_PATH=${{ github.workspace }}/vendor/laravel/vue-starter-kit composer run vue:build
52
53
- name: Execute tests
54
- run: php vendor/bin/pest
55
56
+ run: APP_BASE_PATH=${{ github.workspace }}/vendor/laravel/vue-starter-kit php vendor/bin/pest
0 commit comments