Skip to content

Commit b64fea2

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/browser-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
run: |
6262
cp vendor/laravel-labs/starter-kit-browser-tests/phpunit.xml.dist .
6363
rm phpunit.xml
64-
cp -rf vendor/laravel-labs/starter-kit-browser-tests/tests/Browser tests/
64+
rm -Rf tests/
65+
cp -rf vendor/laravel-labs/starter-kit-browser-tests/tests/ tests/
6566
6667
- name: Build Assets
6768
run: npm run build

0 commit comments

Comments
 (0)