Skip to content

Commit ad11b06

Browse files
committed
Move e2e into apps
1 parent ee0d04d commit ad11b06

File tree

15 files changed

+4
-6
lines changed

15 files changed

+4
-6
lines changed

.github/workflows/code-qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ jobs:
159159
- name: Install dependencies
160160
run: pnpm install
161161
- name: Create .env.local file
162-
working-directory: e2e
162+
working-directory: apps/vscode-e2e
163163
run: echo "OPENROUTER_API_KEY=${{ secrets.OPENROUTER_API_KEY }}" > .env.local
164164
- name: Run integration tests
165-
working-directory: e2e
165+
working-directory: apps/vscode-e2e
166166
run: xvfb-run -a pnpm test:ci
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)