Skip to content

Commit

Permalink
Move e2e tests to their own workspace (#4637)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed Apr 19, 2023
1 parent 19277c0 commit 94a2dd2
Show file tree
Hide file tree
Showing 9 changed files with 105 additions and 71 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,7 @@ jobs:
github-token: "${{ secrets.GITHUB_TOKEN }}"

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

go_examples:
name: Go Cli Examples
Expand Down
2 changes: 0 additions & 2 deletions cli/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/go-turbo
/go-turbo.exe

/scripts/turbo-*
/.cram_env
testbed

# Windows lib files
Expand Down
12 changes: 1 addition & 11 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,13 @@
"clean": "make clean",
"build": "make",
"test": "make test-go",
"e2e": "make e2e",
"e2e-prebuilt": "make e2e-prebuilt",
"format": "make fmt-go",
"lint": "make lint-go"
},
"devDependencies": {
"copy-template-dir": "^1.4.0",
"esbuild": "^0.15.0",
"esbuild-register": "^3.3.2",
"execa": "^5.0.0",
"faker": "^5.1.0",
"fs-extra": "^9.1.0",
"globby": "11.1.0",
"ngraph.generators": "^19.3.0",
"shelljs": "^0.8.4",
"tar": "6.1.13",
"uvu": "^0.5.3",
"zstd-codec": "0.1.4"
"shelljs": "^0.8.4"
}
}

0 comments on commit 94a2dd2

Please sign in to comment.