mirror of https://github.com/webpack/webpack.git
set CI flag in azure pipelines
This commit is contained in:
parent
c46ccfb56a
commit
608c295f18
|
|
@ -16,6 +16,7 @@ jobs:
|
||||||
- script: |
|
- script: |
|
||||||
set -e
|
set -e
|
||||||
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
||||||
|
export CI=true
|
||||||
node -v
|
node -v
|
||||||
yarn -v
|
yarn -v
|
||||||
displayName: "Print versions"
|
displayName: "Print versions"
|
||||||
|
|
@ -66,6 +67,7 @@ jobs:
|
||||||
- script: |
|
- script: |
|
||||||
set -e
|
set -e
|
||||||
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
||||||
|
export CI=true
|
||||||
node -v
|
node -v
|
||||||
yarn -v
|
yarn -v
|
||||||
displayName: "Print versions"
|
displayName: "Print versions"
|
||||||
|
|
@ -140,6 +142,7 @@ jobs:
|
||||||
- script: |
|
- script: |
|
||||||
yarn cover:integration --ci --maxWorkers=2 --reporters=default --reporters=jest-junit
|
yarn cover:integration --ci --maxWorkers=2 --reporters=default --reporters=jest-junit
|
||||||
yarn cover:merge
|
yarn cover:merge
|
||||||
|
env: CI=true
|
||||||
displayName: "Run tests with coverage"
|
displayName: "Run tests with coverage"
|
||||||
- task: PublishTestResults@2
|
- task: PublishTestResults@2
|
||||||
inputs:
|
inputs:
|
||||||
|
|
@ -175,6 +178,7 @@ jobs:
|
||||||
- script: |
|
- script: |
|
||||||
set -e
|
set -e
|
||||||
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
||||||
|
export CI=true
|
||||||
node -v
|
node -v
|
||||||
yarn -v
|
yarn -v
|
||||||
displayName: "Print versions"
|
displayName: "Print versions"
|
||||||
|
|
@ -227,6 +231,7 @@ jobs:
|
||||||
- script: |
|
- script: |
|
||||||
set -e
|
set -e
|
||||||
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
||||||
|
export CI=true
|
||||||
node -v
|
node -v
|
||||||
yarn -v
|
yarn -v
|
||||||
displayName: "Print versions"
|
displayName: "Print versions"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue