mirror of https://github.com/webpack/webpack.git
fix symlink setup step
This commit is contained in:
parent
c4d41ffa55
commit
f4297099b7
|
|
@ -130,11 +130,13 @@ jobs:
|
||||||
key: yarn | $(Agent.OS) | yarn.lock
|
key: yarn | $(Agent.OS) | yarn.lock
|
||||||
path: $(YARN_CACHE_FOLDER)
|
path: $(YARN_CACHE_FOLDER)
|
||||||
displayName: "Cache Yarn packages"
|
displayName: "Cache Yarn packages"
|
||||||
- script: |
|
- script: yarn --frozen-lockfile
|
||||||
yarn --frozen-lockfile
|
|
||||||
yarn link --frozen-lockfile || true
|
|
||||||
yarn link webpack --frozen-lockfile
|
|
||||||
displayName: "Install dependencies"
|
displayName: "Install dependencies"
|
||||||
|
- script: yarn link --frozen-lockfile || true
|
||||||
|
displayName: "Link webpack"
|
||||||
|
continueOnError: true
|
||||||
|
- script: yarn link webpack --frozen-lockfile
|
||||||
|
displayName: "Link webpack into node_modules"
|
||||||
- script: |
|
- script: |
|
||||||
yarn cover:integration --ci --maxWorkers=2 --reporters=jest-junit
|
yarn cover:integration --ci --maxWorkers=2 --reporters=jest-junit
|
||||||
displayName: "Run tests with coverage"
|
displayName: "Run tests with coverage"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue