File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150 run : composer install --no-progress --prefer-dist --no-interaction
151151
152152 - name : Run Pest tests
153- run : ./vendor/bin/pest --colors=always --browser firefox
153+ run : ./vendor/bin/pest --bail --colors=always
154154
155155 - name : Upload test results
156156 if : always()
Original file line number Diff line number Diff line change 33 "scripts" : {
44 "dev" : " tailwindcss -i resources/css/settings.css -o build/css/settings.css --watch" ,
55 "build" : " tailwindcss build -i resources/css/settings.css -o build/css/settings.css" ,
6- "tests:install" : " playwright install --with-deps firefox " ,
6+ "tests:install" : " playwright install --with-deps chromium " ,
77 "tests" : " playwright test"
88 },
99 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments