Revert "feat: copilot frontend e2e (#7694)"

This reverts commit d71852789f.
This commit is contained in:
LongYinan
2024-10-31 12:08:57 +08:00
parent ea607d34f6
commit c08b02caba
21 changed files with 29 additions and 917 deletions

View File

@@ -17,10 +17,6 @@ inputs:
description: 'Download the Electron binary'
required: false
default: 'true'
corepack-install:
description: 'Install CorePack'
required: false
default: 'false'
hard-link-nm:
description: 'set nmMode to hardlinks-local in .yarnrc.yml'
required: false
@@ -46,11 +42,6 @@ runs:
registry-url: https://npm.pkg.github.com
scope: '@toeverything'
- name: Init CorePack
if: ${{ inputs.corepack-install == 'true' }}
shell: bash
run: corepack enable
- name: Set nmMode
if: ${{ inputs.hard-link-nm == 'false' }}
shell: bash