Skip to content

Commit 5b56aa8

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 58c640f commit 5b56aa8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/browser-tests.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,14 @@ jobs:
5757
- name: Generate Application Key
5858
run: php artisan key:generate
5959

60+
- name: Setup test environment
61+
run: |
62+
cp vendor/laravel-labs/starter-kit-browser-tests/phpunit.xml.dist .
63+
rm phpunit.xml
64+
cp -rf vendor/laravel-labs/starter-kit-browser-tests/tests/Browser tests/
65+
6066
- name: Build Assets
6167
run: npm run build
6268

6369
- name: Tests
64-
run: ./vendor/bin/pest vendor/laravel-labs/starter-kit-browser-tests/tests/Browser
65-
env:
66-
APP_BASE_PATH: ${{ github.workspace }}
70+
run: php vendor/bin/pest

0 commit comments

Comments
 (0)