Skip to content

Commit f4cc8d0

Browse files
committed
Fix single css build issue
1 parent 1571cd5 commit f4cc8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ jobs:
241241
key: playwright-publish-${{ runner.os }}-${{ hashFiles('**/bun.lock') }}
242242
- name: Install Playwright Browsers
243243
run: bunx playwright install chromium --with-deps
244-
- name: Run E2E Tests (singleCss)
245-
run: bun run test:e2e
244+
- name: Run E2E Tests (singleCss, non-visual)
245+
run: bunx playwright test --grep-invert "screenshot|Visual Regression"
246246
- name: Upload singleCss Playwright Report
247247
uses: actions/upload-artifact@v4
248248
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)