We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89aea2a commit 00c26aeCopy full SHA for 00c26ae
1 file changed
.github/workflows/tests.yml
@@ -145,6 +145,9 @@ jobs:
145
- name: Install pnpm dependencies
146
run: pnpm install
147
148
+ - name: Install Playwright Browsers
149
+ run: npx playwright install --with-deps
150
+
151
- name: Cache composer dependencies
152
uses: actions/cache@v3
153
with:
@@ -155,7 +158,7 @@ jobs:
155
158
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
156
159
157
160
- name: Run Pest tests
- run: ./vendor/bin/pest -v --bail --colors=always
161
+ run: ./vendor/bin/pest -v --ci --parallel --bail --colors=always
162
163
- name: Upload test results
164
if: always()
0 commit comments