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 5b56aa8 commit b64fea2Copy full SHA for b64fea2
.github/workflows/browser-tests.yml
@@ -61,7 +61,8 @@ jobs:
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/
+ rm -Rf tests/
65
+ cp -rf vendor/laravel-labs/starter-kit-browser-tests/tests/ tests/
66
67
- name: Build Assets
68
run: npm run build
0 commit comments