feat: move electron a single package

This commit is contained in:
himself65
2023-03-27 22:30:03 -05:00
parent bdc29fc5f8
commit bf85db1952
6 changed files with 17123 additions and 4129 deletions

View File

@@ -72,6 +72,17 @@ runs:
YARN_INSTALL_STATE_PATH: .yarn/ci-cache/install-state.gz
HUSKY: '0'
- name: yarn install (electron)
if: ${{ inputs.package-install == 'true' }}
shell: bash
run: yarn install ${{ inputs.extra-flags }}
working-directory: packages/electron
env:
NODE_AUTH_TOKEN: ${{ inputs.npm-token }}
YARN_ENABLE_GLOBAL_CACHE: 'false'
YARN_INSTALL_STATE_PATH: .yarn/ci-cache/install-state.gz
HUSKY: '0'
- name: Get installed Playwright version
id: playwright-version
shell: bash