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 1571cd5 commit f4cc8d0Copy full SHA for f4cc8d0
.github/workflows/publish.yml
@@ -241,8 +241,8 @@ jobs:
241
key: playwright-publish-${{ runner.os }}-${{ hashFiles('**/bun.lock') }}
242
- name: Install Playwright Browsers
243
run: bunx playwright install chromium --with-deps
244
- - name: Run E2E Tests (singleCss)
245
- run: bun run test:e2e
+ - name: Run E2E Tests (singleCss, non-visual)
+ run: bunx playwright test --grep-invert "screenshot|Visual Regression"
246
- name: Upload singleCss Playwright Report
247
uses: actions/upload-artifact@v4
248
if: ${{ !cancelled() }}
0 commit comments