Skip to content

Commit a9f7e0b

Browse files
committed
ci(vscode-e2e): run fixture unit tests
1 parent 4c5c41d commit a9f7e0b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ jobs:
144144
apps/vscode-e2e/.vscode-test/
145145
key: vscode-test-${{ runner.os }}-${{ steps.vscode-ver.outputs.version }}-v1
146146

147+
- name: Run vscode-e2e unit tests
148+
if: github.event_name != 'pull_request' || steps.e2e-marker.outputs.cache-hit != 'true'
149+
run: pnpm --filter @roo-code/vscode-e2e test:unit
150+
147151
- name: Run mocked E2E tests
148152
id: run-e2e
149153
# merge_group and workflow_dispatch always run; cache skip is pull_request only

0 commit comments

Comments
 (0)