There was an error while loading. Please reload this page.
1 parent 2514638 commit c1ccb10Copy full SHA for c1ccb10
1 file changed
.github/workflows/pr-ci-e2e-test.yml
@@ -51,6 +51,7 @@ jobs:
51
run: pnpm -F tiny-robot-test test:e2e
52
53
- name: Run Playwright Component Tests
54
+ if: ${{ !cancelled() }}
55
run: pnpm -F tiny-robot-test test:ct
56
57
- name: Upload Playwright Test Report
0 commit comments