forked from Zoo-Code-Org/Zoo-Code
-
Notifications
You must be signed in to change notification settings - Fork 0
29 lines (27 loc) · 877 Bytes
/
Copy pathe2e.yml
File metadata and controls
29 lines (27 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: E2E Tests (Mocked)
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, ready_for_review, synchronize]
paths:
- "src/**"
- "webview-ui/**"
- "apps/vscode-e2e/**"
- "packages/core/**"
- "package.json"
- "pnpm-lock.yaml"
- "turbo.json"
- ".github/actions/setup-node-pnpm/**"
jobs:
e2e-mock:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js and pnpm
uses: ./.github/actions/setup-node-pnpm
- name: Install xvfb
run: sudo apt-get install -y xvfb
- name: Run mocked E2E tests
run: xvfb-run -a pnpm --filter @roo-code/vscode-e2e test:ci:mock