We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b6b47 commit 35abb78Copy full SHA for 35abb78
2 files changed
.github/workflows/tests.yml
@@ -150,7 +150,7 @@ jobs:
150
run: composer install --no-progress --prefer-dist --no-interaction
151
152
- name: Run Pest tests
153
- run: ./vendor/bin/pest --colors=always --browser firefox
+ run: ./vendor/bin/pest --bail --colors=always
154
155
- name: Upload test results
156
if: always()
package.json
@@ -3,7 +3,7 @@
3
"scripts": {
4
"dev": "tailwindcss -i resources/css/settings.css -o build/css/settings.css --watch",
5
"build": "tailwindcss build -i resources/css/settings.css -o build/css/settings.css",
6
- "tests:install": "playwright install --with-deps firefox",
+ "tests:install": "playwright install --with-deps chromium",
7
"tests": "playwright test"
8
},
9
"devDependencies": {
0 commit comments