Skip to content

Commit 94a2dd2

Browse files
authored
Move e2e tests to their own workspace (vercel#4637)
1 parent 19277c0 commit 94a2dd2

File tree

9 files changed

+105
-71
lines changed

9 files changed

+105
-71
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,7 @@ jobs:
296296
github-token: "${{ secrets.GITHUB_TOKEN }}"
297297

298298
- name: E2E Tests
299-
# Turbo has already been built in previous step, no need to rebuild
300-
run: pnpm -- turbo run e2e-prebuilt --filter=cli
299+
run: pnpm -- turbo run test --filter=turborepo-tests-e2e
301300

302301
go_examples:
303302
name: Go Cli Examples

cli/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
/go-turbo
1313
/go-turbo.exe
1414

15-
/scripts/turbo-*
16-
/.cram_env
1715
testbed
1816

1917
# Windows lib files

cli/package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,13 @@
66
"clean": "make clean",
77
"build": "make",
88
"test": "make test-go",
9-
"e2e": "make e2e",
10-
"e2e-prebuilt": "make e2e-prebuilt",
119
"format": "make fmt-go",
1210
"lint": "make lint-go"
1311
},
1412
"devDependencies": {
1513
"copy-template-dir": "^1.4.0",
16-
"esbuild": "^0.15.0",
17-
"esbuild-register": "^3.3.2",
18-
"execa": "^5.0.0",
1914
"faker": "^5.1.0",
20-
"fs-extra": "^9.1.0",
21-
"globby": "11.1.0",
2215
"ngraph.generators": "^19.3.0",
23-
"shelljs": "^0.8.4",
24-
"tar": "6.1.13",
25-
"uvu": "^0.5.3",
26-
"zstd-codec": "0.1.4"
16+
"shelljs": "^0.8.4"
2717
}
2818
}

0 commit comments

Comments
 (0)