Skip to content

Commit 5040fb1

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 6dfc422 commit 5040fb1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/vue-starter-kit.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,7 @@ jobs:
4646
run: npx playwright install --with-deps
4747

4848
- name: Build vue-starter-kit
49-
run: composer run vue:build
50-
env:
51-
APP_BASE_PATH: ${{ github.workspace }}/vendor/laravel/vue-starter-kit
49+
run: APP_BASE_PATH=${{ github.workspace }}/vendor/laravel/vue-starter-kit composer run vue:build
5250

5351
- name: Execute tests
54-
run: php vendor/bin/pest
55-
env:
56-
APP_BASE_PATH: ${{ github.workspace }}/vendor/laravel/vue-starter-kit
52+
run: APP_BASE_PATH=${{ github.workspace }}/vendor/laravel/vue-starter-kit php vendor/bin/pest

0 commit comments

Comments
 (0)