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 13b9852 commit 4721615Copy full SHA for 4721615
1 file changed
.github/workflows/publish.yml
@@ -121,6 +121,13 @@ jobs:
121
DEVUP_SINGLE_CSS=1 bun run --filter landing build
122
- name: Run E2E Tests (singleCss)
123
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
131
- name: Upload to codecov.io
132
uses: codecov/codecov-action@v5
133
with:
0 commit comments