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 bb36861 commit fd2fb60Copy full SHA for fd2fb60
.github/workflows/vue-starter-kit.yml
@@ -45,7 +45,12 @@ jobs:
45
- name: Install Playwright browsers
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
52
+
53
- name: Execute tests
- run: composer run vue:ci
54
+ run: php vendor/bin/pest
55
env:
- APP_BASE_PATH: ./vendor/laravel/vue-starter-kit
56
0 commit comments