mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
Introduce corepack dependency (#643)
This Pull Request introduces the corepack dependency, necessary for the Testdriver infrastructure to run. ## Rationale: Corepack enables faster installations and is required for `yarn` By default, corepack is not installed on the testdriver infrastructure, necessitating this addition. ## Benefits: Allows better handling of `yarn` installation. ## Testing: Local testing has confirmed successful corepack installation and functionality within the testdriver infrastructure.
This commit is contained in:
parent
4c0c4f422a
commit
5afe233381
1
.github/workflows/regression.yml
vendored
1
.github/workflows/regression.yml
vendored
@ -28,6 +28,7 @@ jobs:
|
||||
cd ~/actions-runner/_work/testdriver/testdriver/
|
||||
brew install go
|
||||
brew tap scripthaus-dev/scripthaus
|
||||
brew install corepack
|
||||
brew install scripthaus
|
||||
corepack enable
|
||||
yarn install
|
||||
|
Loading…
Reference in New Issue
Block a user