Skip to content

Commit 4721615

Browse files
committed
Add single test
1 parent 13b9852 commit 4721615

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,13 @@ jobs:
121121
DEVUP_SINGLE_CSS=1 bun run --filter landing build
122122
- name: Run E2E Tests (singleCss)
123123
run: bun run test:e2e
124+
- name: Upload singleCss Playwright Report
125+
uses: actions/upload-artifact@v4
126+
if: ${{ !cancelled() }}
127+
with:
128+
name: playwright-report-singlecss
129+
path: playwright-report/
130+
retention-days: 30
124131
- name: Upload to codecov.io
125132
uses: codecov/codecov-action@v5
126133
with:

0 commit comments

Comments
 (0)