Skip to content

Commit 35abb78

Browse files
committed
wip
1 parent 06b6b47 commit 35abb78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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": {

0 commit comments

Comments
 (0)