chore(ci): move platform steps to release (#5587)
* refactor: move platform steps build -> release * fixup! refactor: move platform steps build -> release * refactor: download npm package * refactor: upload release-packages to draft * refactor: remove draft step * refactor: e2e rely on build now * refactor: use npm package in e2e * fix: update release workflow * fixup: update cache key * fixup: checkout submodules in e2e steps * fixup: try install in release dir * fix: copy node to release package * docs: add notes about test for terminal * fixup * try cp instead * try this * fixup: clean it all up * fixup: update names * fixup: add proxy back * fixup: add comment
This commit is contained in:
@ -30,6 +30,7 @@ describe("Integrated Terminal", [], {}, () => {
|
||||
expect(stdout).toMatch(address)
|
||||
})
|
||||
|
||||
// TODO@jsjoeio - add test to make sure full code-server path works
|
||||
test("should be able to invoke `code-server` to open a file", async ({ codeServerPage }) => {
|
||||
const tmpFolderPath = await tmpdir(testName)
|
||||
const tmpFile = path.join(tmpFolderPath, "test-file")
|
||||
|
Reference in New Issue
Block a user