Skip to content

Commit 58a0efa

Browse files
authored
Move e2e into apps (#3823)
1 parent 568fb87 commit 58a0efa

File tree

16 files changed

+41
-49
lines changed

16 files changed

+41
-49
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.

e2e/src/runTest.ts renamed to apps/vscode-e2e/src/runTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ async function main() {
66
try {
77
// The folder containing the Extension Manifest package.json
88
// Passed to `--extensionDevelopmentPath`
9-
const extensionDevelopmentPath = path.resolve(__dirname, "../../src")
9+
const extensionDevelopmentPath = path.resolve(__dirname, "../../../src")
1010

1111
// The path to the extension test script
1212
// Passed to --extensionTestsPath
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)