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 4c5c41d commit a9f7e0bCopy full SHA for a9f7e0b
1 file changed
.github/workflows/e2e.yml
@@ -144,6 +144,10 @@ jobs:
144
apps/vscode-e2e/.vscode-test/
145
key: vscode-test-${{ runner.os }}-${{ steps.vscode-ver.outputs.version }}-v1
146
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
+
151
- name: Run mocked E2E tests
152
id: run-e2e
153
# merge_group and workflow_dispatch always run; cache skip is pull_request only
0 commit comments